]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFontOld.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathFontOld.cpp
index 383efaf30fe736bd47eab043c6a4b6079d33093d..e3d1f8875fb8305256fea663bf117d6fccb44d04 100644 (file)
@@ -94,7 +94,7 @@ void InsetMathFontOld::drawT(TextPainter & pain, int x, int y) const
 }
 
 
-void InsetMathFontOld::write(WriteStream & os) const
+void InsetMathFontOld::write(TeXMathStream & os) const
 {
        os << "{\\" << key_->name << ' ' << cell(0) << '}';
 }