]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDiff.C
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / InsetMathDiff.C
index dfa3416a4862cc171930949bfe0187744dc0e8b4..8b74d26b2673de66e24bd6446b553bf1d61c621e 100644 (file)
 
 #include "InsetMathDiff.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "debug.h"
 
+
+namespace lyx {
+
 using std::auto_ptr;
 using std::endl;
 
@@ -95,7 +98,7 @@ void InsetMathDiff::mathematica(MathematicaStream & os) const
 }
 
 
-void InsetMathDiff::mathmlize(MathMLStream & os) const
+void InsetMathDiff::mathmlize(MathStream & os) const
 {
        os << "diff(";
        for (idx_type idx = 0; idx < nargs(); ++idx) {
@@ -111,3 +114,6 @@ void InsetMathDiff::write(WriteStream &) const
 {
        lyxerr << "should not happen" << endl;
 }
+
+
+} // namespace lyx