]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.cpp
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathSqrt.cpp
index 7416c332f17593a6af750a8c903af1588ee03545..23d28e80293e7e799d3b2c122083f440dc9c63c0 100644 (file)
@@ -98,9 +98,9 @@ void InsetMathSqrt::octave(OctaveStream & os) const
 }
 
 
-void InsetMathSqrt::mathmlize(MathStream & os) const
+void InsetMathSqrt::mathmlize(MathStream & ms) const
 {
-       os << MTag("msqrt") << cell(0) << ETag("msqrt");
+       ms << MTag("msqrt") << cell(0) << ETag("msqrt");
 }