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:
John Levon 2002-10-25 23:43:06 +00:00
parent 27b8ecbe3a
commit a9a2ae446a
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -27,6 +27,7 @@
#include FORMS_H_LOCATION
using std::vector;
typedef FormCB<ControlTexinfo, FormDB<FD_texinfo> > base_class;
FormTexinfo::FormTexinfo()