]> 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 7cc279774ed739a38890ae01cad0fc05f4a1e506..3f8be93d00b6b70d87304d13d62ae755590f47ad 100644 (file)
 
 #include "InsetMathPar.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "support/std_ostream.h"
 
 
+namespace lyx {
+
+
 using std::auto_ptr;
 
 
@@ -47,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 ";
 }
@@ -57,3 +60,6 @@ auto_ptr<InsetBase> InsetMathPar::doClone() const
 {
        return auto_ptr<InsetBase>(new InsetMathPar(*this));
 }
+
+
+} // namespace lyx