mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
Compilation fixes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4569 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e3978fd3ee
commit
9617cc8a36
@ -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>
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user