]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathBig.cpp
index 265e159bf2f4d8ec97263062fa1104e9229244b8..091907e5171b8d416d38a724cbbac0158b391352 100644 (file)
@@ -120,7 +120,7 @@ void InsetMathBig::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetMathBig::write(WriteStream & os) const
+void InsetMathBig::write(TeXMathStream & os) const
 {
        MathEnsurer ensurer(os);
        os << '\\' << name_ << delim_;
@@ -135,7 +135,7 @@ void InsetMathBig::normalize(NormalStream & os) const
 }
 
 
-void InsetMathBig::mathmlize(MathStream & ms) const
+void InsetMathBig::mathmlize(MathMLStream & ms) const
 {
        ms << "<" << from_ascii(ms.namespacedTag("mo"))
           << " form='prefix' fence='true' stretchy='true' symmetric='true'>"