]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathComment.cpp
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathComment.cpp
index ea502d1aa2ef1fd7a7ab504c3799f5dc49cc489e..1a248ebfaa56784dc7bd44ca94587e159d550521 100644 (file)
@@ -83,9 +83,9 @@ void InsetMathComment::maple(MapleStream & os) const
 }
 
 
-void InsetMathComment::mathmlize(MathStream & os) const
+void InsetMathComment::mathmlize(MathStream & ms) const
 {
-       os << MTag("comment") << cell(0) << ETag("comment");
+       ms << MTag("comment") << cell(0) << ETag("comment");
 }