]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathString.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathString.h
index ad18fae0e751df7b1288852d0d5c27e76afe9a19..02ce7f039c55fd3273235b7ca8e804692f612274 100644 (file)
@@ -49,7 +49,7 @@ public:
        ///
        void mathmlize(MathMLStream &) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        InsetCode lyxCode() const override { return MATH_STRING_CODE; }