Add using directive

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1396 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2001-01-25 15:52:33 +00:00
parent 89e278ea4a
commit 6e3c8a7e32
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-01-25 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* LaTeX.C: add using directive
2001-01-24 Dekel Tsur <dekelts@tau.ac.il>
* MenuBackend.C (expand): Fix the sorting of the formats.

View File

@ -36,6 +36,7 @@
using std::ifstream;
using std::getline;
using std::endl;
using std::vector;
// TODO: in no particular order
// - get rid of the extern BufferList and the call to

View File

@ -140,7 +140,7 @@ protected:
///
bool scanAux(DepTable &);
///
vector<string> const
std::vector<string> const
scanAuxFiles(string const &, DepTable &, bool);
///
bool scanAuxFile(string const &, DepTable &, bool);