]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSideset.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathSideset.cpp
index 7dccfc1727dd4dd2f9a1cba9bed2222f6d67a92f..bf3f6cb41af354460919e2b42a007a191122ecf8 100644 (file)
@@ -334,7 +334,7 @@ bool InsetMathSideset::idxUpDown(Cursor & cur, bool up) const
 }
 
 
-void InsetMathSideset::write(WriteStream & os) const
+void InsetMathSideset::write(TeXMathStream & os) const
 {
        MathEnsurer ensurer(os);
 
@@ -385,7 +385,7 @@ void InsetMathSideset::normalize(NormalStream & os) const
 }
 
 
-void InsetMathSideset::mathmlize(MathStream & ms) const
+void InsetMathSideset::mathmlize(MathMLStream & ms) const
 {
        // FIXME This is only accurate if both scriptl_ and scriptr_ are true
        if (!scriptl_)