From 4f0424d0c18ed931b5ab0ff79d490c1c7494c143 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Matox?= Date: Mon, 3 Jul 2000 14:33:51 +0000 Subject: [PATCH] Forgot missing std:: qualifier. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@853 a592a061-630c-0410-9148-cb99ea01b6c8 --- ChangeLog | 4 ++++ src/LaTeXFeatures.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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; //@} -- 2.39.5