mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-26 14:15:32 +00:00
using std::vector
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5519 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
27b8ecbe3a
commit
a9a2ae446a
@ -1,3 +1,7 @@
|
||||
2002-10-26 John Levon <levon@movementarian.org>
|
||||
|
||||
* FormTexinfo.C: using vector
|
||||
|
||||
2002-10-25 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
* xfont_loader.C (getFontinfo): Add xfonts to the font path if
|
||||
|
@ -27,6 +27,7 @@
|
||||
|
||||
#include FORMS_H_LOCATION
|
||||
|
||||
using std::vector;
|
||||
|
||||
typedef FormCB<ControlTexinfo, FormDB<FD_texinfo> > base_class;
|
||||
FormTexinfo::FormTexinfo()
|
||||
|
Loading…
Reference in New Issue
Block a user