From 9617cc8a36689334d1cbf5a7c66b46a695f8de4a Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Tue, 9 Jul 2002 14:00:59 +0000 Subject: [PATCH] Compilation fixes. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4569 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 4 +++- src/mathed/math_braceinset.C | 2 +- src/mathed/math_braceinset.h | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index bc299f2354..938a74f62a 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,7 +1,9 @@ -2002-07-08 Angus Leeming +2002-07-09 Angus Leeming + * math_braceinset.h: * math_scriptinset.h: remove class:: from method declaration. + * math_braceinset.C: * math_envinset.C: #include "LOstream.h" 2002-07-05 Angus Leeming diff --git a/src/mathed/math_braceinset.C b/src/mathed/math_braceinset.C index 81d3cc4bfd..021334ac63 100644 --- a/src/mathed/math_braceinset.C +++ b/src/mathed/math_braceinset.C @@ -8,7 +8,7 @@ #include "math_parser.h" #include "math_support.h" #include "math_mathmlstream.h" - +#include "support/LOstream.h" using std::max; diff --git a/src/mathed/math_braceinset.h b/src/mathed/math_braceinset.h index c655c9fe1b..298202e898 100644 --- a/src/mathed/math_braceinset.h +++ b/src/mathed/math_braceinset.h @@ -30,7 +30,7 @@ public: /// void metrics(MathMetricsInfo & mi) const; /// - void MathBraceInset::infoize(std::ostream & os) const; + void infoize(std::ostream & os) const; private: /// width of brace character -- 2.39.2