]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.C
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathSqrt.C
index eb54174a9449f4215c94d1ca1048cb30c34ea3ed..82edc46126d6baa2e1c06be9071e6d2eeba364fa 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "InsetMathSqrt.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "TextPainter.h"
 #include "LColor.h"
 #include "frontends/Painter.h"
@@ -106,7 +106,7 @@ void InsetMathSqrt::octave(OctaveStream & os) const
 }
 
 
-void InsetMathSqrt::mathmlize(MathMLStream & os) const
+void InsetMathSqrt::mathmlize(MathStream & os) const
 {
        os << MTag("msqrt") << cell(0) << ETag("msqrt");
 }