]> git.lyx.org Git - lyx.git/commitdiff
Trivial compile fixes.
authorAngus Leeming <leeming@lyx.org>
Tue, 9 Jul 2002 10:06:27 +0000 (10:06 +0000)
committerAngus Leeming <leeming@lyx.org>
Tue, 9 Jul 2002 10:06:27 +0000 (10:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4564 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/ChangeLog
src/mathed/math_envinset.C
src/mathed/math_scriptinset.h

index 0eb4e0eeceb74d33058d001bef4487991e5adc2a..bc299f23549b8d6523380f7ae5b7b80698acf57f 100644 (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.
index 47936fb277b5f716104c79a701f1475fafc5db27..7eab508764c9253e9857a90d89b7bd0ba2873503 100644 (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)
index 56826ff106c8d338d6f5fd047e23f03fe2d98e0d..a5cf80b931f8d4954e981b3717b786e477b215ea 100644 (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