missing std::

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1447 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Allan Rae 2001-02-06 05:11:50 +00:00
parent e1c0f72681
commit 16fde21f40
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-02-06 Allan Rae <rae@lyx.org>
* LaTeX.h: Another bug fix. Missing std:: this time.
2001-02-04 Allan Rae <rae@lyx.org>
* paragraph.C (TeXOnePar): Partial fix for the '\n' generation in

View File

@ -178,7 +178,8 @@ protected:
void scanAuxFile(string const &, Aux_Info &);
///
void updateBibtexDependencies(DepTable &, vector<Aux_Info> const &);
void updateBibtexDependencies(DepTable &,
std::vector<Aux_Info> const &);
///
bool runBibTeX(vector<Aux_Info> const &);