mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
Forgot missing std:: qualifier.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@853 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6cce4fd31b
commit
4f0424d0c1
@ -1,3 +1,7 @@
|
|||||||
|
2000-07-03 Angus Leeming <a.leeming@ic.ac.uk>
|
||||||
|
|
||||||
|
* src/LaTeXFeatures.h: add a missing std:: qualifier.
|
||||||
|
|
||||||
2000-07-02 José Abílio Matos <jamatos@fep.up.pt>
|
2000-07-02 José Abílio Matos <jamatos@fep.up.pt>
|
||||||
|
|
||||||
* src/insets/insetinclude.C (InsetInclude): fixed
|
* src/insets/insetinclude.C (InsetInclude): fixed
|
||||||
|
@ -155,7 +155,7 @@ struct LaTeXFeatures {
|
|||||||
///
|
///
|
||||||
FloatList usedFloats;
|
FloatList usedFloats;
|
||||||
///
|
///
|
||||||
typedef map<string , string> FileMap;
|
typedef std::map<string , string> FileMap;
|
||||||
///
|
///
|
||||||
FileMap IncludedFiles;
|
FileMap IncludedFiles;
|
||||||
//@}
|
//@}
|
||||||
|
Loading…
Reference in New Issue
Block a user