]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathStackrel.h
Revert part of 503c7c16: InsetMathNest:edit resets anchor.
[features.git] / src / mathed / InsetMathStackrel.h
index 5fa43616256c4c5cb3a1cb2b4afcf72f5acebd2a..e7d6787ac6c9ce6aa4beee07d468c99635f627cf 100644 (file)
@@ -22,7 +22,7 @@ public:
        ///
        InsetMathStackrel(Buffer * buf, bool sub);
        ///
-       bool idxUpDown(Cursor &, bool up) const;
+       bool idxUpDown(Cursor &, bool up) const override;
        ///
        bool idxFirst(Cursor &) const override;
        ///
@@ -34,11 +34,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;
        ///