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