]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.cpp
Move <algorithm> from DocIterator.h
[lyx.git] / src / mathed / InsetMathRoot.cpp
index 6661d8555556074a8a013eed8845bfee10489251..de4253e808d5f7f05b34bc5184a8089429f50ed6 100644 (file)
@@ -216,9 +216,9 @@ void InsetMathRoot::octave(OctaveStream & os) const
 }
 
 
-void InsetMathRoot::mathmlize(MathStream & os) const
+void InsetMathRoot::mathmlize(MathStream & ms) const
 {
-       os << MTag("mroot") << cell(0) << cell(1) << ETag("mroot");
+       ms << MTag("mroot") << cell(0) << cell(1) << ETag("mroot");
 }