]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCases.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathCases.cpp
index 09ad0f8fa8273c8610aa49ccfac99db924fab500..f9415dbeaccdf71810bc9e46aa573af605bbb449 100644 (file)
@@ -111,7 +111,7 @@ bool InsetMathCases::getStatus(Cursor & cur, FuncRequest const & cmd,
 }
 
 
-void InsetMathCases::write(WriteStream & os) const
+void InsetMathCases::write(TeXMathStream & os) const
 {
        MathEnsurer ensurer(os);
        if (os.fragile())
@@ -143,7 +143,7 @@ void InsetMathCases::maple(MapleStream & os) const
 }
 
 
-void InsetMathCases::mathmlize(MathStream & ms) const
+void InsetMathCases::mathmlize(MathMLStream & ms) const
 {
        ms << "<" << from_ascii(ms.namespacedTag("mo"))
           << " form='prefix' fence='true' stretchy='true' symmetric='true'>"