mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-31 07:45:44 +00:00
Trivial compile fixes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4564 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
884923f714
commit
fb443a893e
@ -1,3 +1,9 @@
|
|||||||
|
2002-07-08 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
|
* math_scriptinset.h: remove class:: from method declaration.
|
||||||
|
|
||||||
|
* math_envinset.C: #include "LOstream.h"
|
||||||
|
|
||||||
2002-07-05 Angus Leeming <leeming@lyx.org>
|
2002-07-05 Angus Leeming <leeming@lyx.org>
|
||||||
|
|
||||||
* formula.[Ch] (generatePreview): instantiate new virtual method.
|
* formula.[Ch] (generatePreview): instantiate new virtual method.
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
#include "math_envinset.h"
|
#include "math_envinset.h"
|
||||||
#include "math_mathmlstream.h"
|
#include "math_mathmlstream.h"
|
||||||
#include "math_streamstr.h"
|
#include "math_streamstr.h"
|
||||||
|
#include "support/LOstream.h"
|
||||||
|
|
||||||
|
|
||||||
MathEnvInset::MathEnvInset(string const & name)
|
MathEnvInset::MathEnvInset(string const & name)
|
||||||
|
@ -85,7 +85,7 @@ public:
|
|||||||
/// make sure a script is accessible
|
/// make sure a script is accessible
|
||||||
void ensure(bool up);
|
void ensure(bool up);
|
||||||
///
|
///
|
||||||
void MathScriptInset::infoize(std::ostream & os) const;
|
void infoize(std::ostream & os) const;
|
||||||
|
|
||||||
// call these methods ...2 to make compaq cxx in anal mode happy...
|
// call these methods ...2 to make compaq cxx in anal mode happy...
|
||||||
/// suppresses empty braces if necessary
|
/// suppresses empty braces if necessary
|
||||||
|
Loading…
Reference in New Issue
Block a user