]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPar.C
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / InsetMathPar.C
index fe3513ca9de350b80d8e43b090ca17841cb6be13..3f8be93d00b6b70d87304d13d62ae755590f47ad 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "InsetMathPar.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "support/std_ostream.h"
 
 
@@ -50,7 +50,7 @@ void InsetMathPar::write(WriteStream & os) const
 }
 
 
-void InsetMathPar::infoize(std::ostream & os) const
+void InsetMathPar::infoize(odocstream & os) const
 {
        os << "Type: Paragraph ";
 }