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:
Angus Leeming 2002-07-09 10:06:27 +00:00
parent 884923f714
commit fb443a893e
3 changed files with 8 additions and 1 deletions

View File

@ -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>
* formula.[Ch] (generatePreview): instantiate new virtual method.

View File

@ -7,6 +7,7 @@
#include "math_envinset.h"
#include "math_mathmlstream.h"
#include "math_streamstr.h"
#include "support/LOstream.h"
MathEnvInset::MathEnvInset(string const & name)

View File

@ -85,7 +85,7 @@ public:
/// make sure a script is accessible
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...
/// suppresses empty braces if necessary