]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDiff.C
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathDiff.C
index 837ff895ab757cdeb4da0db1ff3384ad8d1d9461..8b74d26b2673de66e24bd6446b553bf1d61c621e 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "InsetMathDiff.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "debug.h"
 
 
@@ -98,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) {