]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathRoot.h
index 253d0e7164a8c1fe30507381cb86662b56bbc4ea..10c621b988dd646a24975c49cd3438e2a469e7c8 100644 (file)
@@ -41,11 +41,11 @@ public:
        void draw(PainterInfo & pi, int x, int y) 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;
        ///