]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBoxed.C
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathBoxed.C
index 076e668e5594f7696eb4b3f68c22f6713fe7f706..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"
@@ -67,7 +67,7 @@ void InsetMathBoxed::normalize(NormalStream & os) const
 }
 
 
-void InsetMathBoxed::infoize(std::ostream & os) const
+void InsetMathBoxed::infoize(odocstream & os) const
 {
        os << "Boxed: ";
 }