]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathOverset.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathOverset.h
index 36b548ffc4e41427655a11fd61c43c60592dbb57..d893e781f34d0866f256cf5d8af188e099ce6e67 100644 (file)
@@ -34,11 +34,11 @@ public:
        ///
        bool idxLast(Cursor &) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void normalize(NormalStream &) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///