From: José Matox Date: Mon, 3 Jul 2000 14:33:51 +0000 (+0000) Subject: Forgot missing std:: qualifier. X-Git-Tag: 1.6.10~22142 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4f0424d0c18ed931b5ab0ff79d490c1c7494c143;p=features.git Forgot missing std:: qualifier. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@853 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/ChangeLog b/ChangeLog index ac75fbef9a..b62ff1d580 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-07-03 Angus Leeming + + * src/LaTeXFeatures.h: add a missing std:: qualifier. + 2000-07-02 José Abílio Matos * src/insets/insetinclude.C (InsetInclude): fixed diff --git a/src/LaTeXFeatures.h b/src/LaTeXFeatures.h index 1446ebe64a..05736eb9dc 100644 --- a/src/LaTeXFeatures.h +++ b/src/LaTeXFeatures.h @@ -155,7 +155,7 @@ struct LaTeXFeatures { /// FloatList usedFloats; /// - typedef map FileMap; + typedef std::map FileMap; /// FileMap IncludedFiles; //@}