]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFontOld.C
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / InsetMathFontOld.C
index e2c360d44efbb947e9deae4ceec4c0158de8fb95..a78e4e77d214d99c510d80c2c1531a18cb2ceb6c 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "InsetMathFontOld.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "MathParser.h"
 #include "MathStream.h"
 #include "support/std_ostream.h"
@@ -77,7 +77,7 @@ void InsetMathFontOld::normalize(NormalStream & os) const
 }
 
 
-void InsetMathFontOld::infoize(std::ostream & os) const
+void InsetMathFontOld::infoize(odocstream & os) const
 {
        os << "Font: " << key_->name;
 }