]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.C
Fix comment according to Enricos explanation
[lyx.git] / src / mathed / InsetMathSqrt.C
index 5055147cf87f63e8ec374db92938eadc14c3af7f..82edc46126d6baa2e1c06be9071e6d2eeba364fa 100644 (file)
 
 #include "InsetMathSqrt.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "TextPainter.h"
 #include "LColor.h"
 #include "frontends/Painter.h"
 
+
+namespace lyx {
+
 using std::auto_ptr;
 
 
@@ -103,7 +106,10 @@ 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");
 }
+
+
+} // namespace lyx