]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMatrix.cpp
Rename MathStream to MathMLStream.
[lyx.git] / src / mathed / InsetMathMatrix.cpp
index bd43581ce0d6718dcb340f3ff37d3648f275dd49..6ee9586307292b32ce39d5cda7e2eddc82ae96ce 100644 (file)
@@ -92,7 +92,7 @@ void InsetMathMatrix::mathematica(MathematicaStream & os) const
 }
 
 
-void InsetMathMatrix::mathmlize(MathStream & ms) const
+void InsetMathMatrix::mathmlize(MathMLStream & ms) const
 {
        ms << "<" << from_ascii(ms.namespacedTag("mo")) << " form='prefix' fence='true' stretchy='true' symmetric='true' lspace='thinmathspace'>"
           << convertDelimToXMLEscape(left_, ms.xmlMode())