]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNumber.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathNumber.cpp
index 3b10c7a45b4d152079a90ef5ff20b9dcf8790516..f5702ab71d8510069e0275fd156047b43872fdee 100644 (file)
@@ -82,7 +82,7 @@ void InsetMathNumber::htmlize(HtmlStream & os) const
 }
 
 
-void InsetMathNumber::write(WriteStream & os) const
+void InsetMathNumber::write(TeXMathStream & os) const
 {
        os << str_;
 }