]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathChar.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathChar.cpp
index decfac2d59ec8c073c0c16846c7be5dc877240ba..a02f54b43ac376f73f69894b0bb4c16c96d903f5 100644 (file)
@@ -195,7 +195,7 @@ void InsetMathChar::drawT(TextPainter & pain, int x, int y) const
 }
 
 
-void InsetMathChar::write(WriteStream & os) const
+void InsetMathChar::write(TeXMathStream & os) const
 {
        os.os().put(char_);
 }
@@ -228,7 +228,7 @@ void InsetMathChar::octave(OctaveStream & os) const
 // mathalpha, then we'll treat it as an identifier, otherwise as an
 // operator.
 // Worst case: We get bad spacing, or bad italics.
-void InsetMathChar::mathmlize(MathStream & ms) const
+void InsetMathChar::mathmlize(MathMLStream & ms) const
 {
        std::string entity;
        switch (char_) {