]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNumber.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathNumber.h
index 8470d4b03fdf7dc558abdc252004cde0c710e151..1b1f059bc09b213a95b22bb314a363642081914a 100644 (file)
@@ -47,7 +47,7 @@ public:
        ///
        void htmlize(HtmlStream &) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        InsetCode lyxCode() const override { return MATH_NUMBER_CODE; }