]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDecoration.C
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / InsetMathDecoration.C
index d7e15839cc1c9842243c256efc2e418af8b883c0..0d67122d851ba38fe0016eed671eae6933ae1d2f 100644 (file)
@@ -15,7 +15,7 @@
 #include "MathData.h"
 #include "MathSupport.h"
 #include "MathParser.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "MathStream.h"
 
 #include "LaTeXFeatures.h"
@@ -149,7 +149,7 @@ void InsetMathDecoration::normalize(NormalStream & os) const
 }
 
 
-void InsetMathDecoration::infoize(std::ostream & os) const
+void InsetMathDecoration::infoize(odocstream & os) const
 {
        os << "Deco: " << key_->name;
 }