mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
missing std::
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1447 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e1c0f72681
commit
16fde21f40
@ -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
|
||||
|
@ -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 &);
|
||||
|
Loading…
Reference in New Issue
Block a user