]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExInt.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathExInt.cpp
index f0242c0bdb1893a549c9bf582ac1348f562843cc..ba8eaa30b94b377fa0e670871f91e0d078a33236 100644 (file)
@@ -123,7 +123,7 @@ void InsetMathExInt::mathematica(MathematicaStream & os) const
 }
 
 
-void InsetMathExInt::mathmlize(MathStream & ms) const
+void InsetMathExInt::mathmlize(MathMLStream & ms) const
 {
        // At the moment, we are not extracting sums and the like for MathML.
        // If we should decide to do so later, then we'll need to re-merge
@@ -190,7 +190,7 @@ void InsetMathExInt::htmlize(HtmlStream & os) const
 }
 
 
-void InsetMathExInt::write(WriteStream &) const
+void InsetMathExInt::write(TeXMathStream &) const
 {
        LYXERR0("should not happen");
 }