]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoxed.C
we rely on Windows and maybe Linux on a Qt bug
[lyx.git] / src / mathed / InsetMathBoxed.C
index 5617409b963fe8326527dc0f8f2c8af2582306c8..0f8d830284654774ddd1512ee19042314b5b0816 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "InsetMathBoxed.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "MathParser.h"
 #include "MathStream.h"
 #include "LaTeXFeatures.h"
@@ -21,6 +21,9 @@
 #include "support/std_ostream.h"
 #include "frontends/Painter.h"
 
+
+namespace lyx {
+
 using std::auto_ptr;
 
 
@@ -64,7 +67,7 @@ void InsetMathBoxed::normalize(NormalStream & os) const
 }
 
 
-void InsetMathBoxed::infoize(std::ostream & os) const
+void InsetMathBoxed::infoize(odocstream & os) const
 {
        os << "Boxed: ";
 }
@@ -74,3 +77,6 @@ void InsetMathBoxed::validate(LaTeXFeatures & features) const
 {
        features.require("amsmath");
 }
+
+
+} // namespace lyx