]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathRoot.h
index 5fb9d59b72a0aabda35b0471262f256e7e6de332..10c621b988dd646a24975c49cd3438e2a469e7c8 100644 (file)
@@ -27,7 +27,7 @@ public:
        ///
        bool idxUpDown(Cursor & cur, bool up) const override;
        ///
-       bool idxForward(Cursor & cur) const;
+       bool idxForward(Cursor & cur) const override;
        ///
        bool idxBackward(Cursor & cur) const override;
        ///
@@ -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;
        ///