Compilation fixes.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4569 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-07-09 14:00:59 +00:00
parent e3978fd3ee
commit 9617cc8a36
3 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
2002-07-08 Angus Leeming <leeming@lyx.org> 2002-07-09 Angus Leeming <leeming@lyx.org>
* math_braceinset.h:
* math_scriptinset.h: remove class:: from method declaration. * math_scriptinset.h: remove class:: from method declaration.
* math_braceinset.C:
* math_envinset.C: #include "LOstream.h" * math_envinset.C: #include "LOstream.h"
2002-07-05 Angus Leeming <leeming@lyx.org> 2002-07-05 Angus Leeming <leeming@lyx.org>

View File

@ -8,7 +8,7 @@
#include "math_parser.h" #include "math_parser.h"
#include "math_support.h" #include "math_support.h"
#include "math_mathmlstream.h" #include "math_mathmlstream.h"
#include "support/LOstream.h"
using std::max; using std::max;

View File

@ -30,7 +30,7 @@ public:
/// ///
void metrics(MathMetricsInfo & mi) const; void metrics(MathMetricsInfo & mi) const;
/// ///
void MathBraceInset::infoize(std::ostream & os) const; void infoize(std::ostream & os) const;
private: private:
/// width of brace character /// width of brace character