]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBrace.cpp
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathBrace.cpp
index 3a452c03862a94f8763a218421994a1953324657..a31a759a419bce0a136ba8a3c4ea9de4e24b8276 100644 (file)
@@ -96,9 +96,9 @@ void InsetMathBrace::octave(OctaveStream & os) const
 }
 
 
-void InsetMathBrace::mathmlize(MathStream & os) const
+void InsetMathBrace::mathmlize(MathStream & ms) const
 {
-       os << MTag("mrow") << cell(0) << ETag("mrow");
+       ms << MTag("mrow") << cell(0) << ETag("mrow");
 }