]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMatrix.C
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathMatrix.C
index 9a1f6eca45babed5c4dd9c5ee13742960fca373f..39087557455784bc99a26d95d6d84f8b993c0569 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "InsetMathMatrix.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 
 
 namespace lyx {
@@ -91,7 +91,7 @@ void InsetMathMatrix::mathematica(MathematicaStream & os) const
 }
 
 
-void InsetMathMatrix::mathmlize(MathMLStream & os) const
+void InsetMathMatrix::mathmlize(MathStream & os) const
 {
        InsetMathGrid::mathmlize(os);
 }