]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.C
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathRoot.C
index 45ff2a3c8bc7587f036a0016d4c354aa4710a9e9..11a9221505e8d1103775b085e088081169a4858e 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "InsetMathRoot.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "cursor.h"
 #include "LColor.h"
 
@@ -106,7 +106,7 @@ void InsetMathRoot::octave(OctaveStream & os) const
 }
 
 
-void InsetMathRoot::mathmlize(MathMLStream & os) const
+void InsetMathRoot::mathmlize(MathStream & os) const
 {
        os << MTag("mroot") << cell(1) << cell(0) << ETag("mroot");
 }