]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRoot.h
typo
[lyx.git] / src / mathed / InsetMathRoot.h
index a91e89b3b395f7641792fc127120af782eb71144..10c621b988dd646a24975c49cd3438e2a469e7c8 100644 (file)
@@ -25,11 +25,11 @@ public:
        ///
        explicit InsetMathRoot(Buffer * buf);
        ///
-       bool idxUpDown(Cursor & cur, bool up) const;
+       bool idxUpDown(Cursor & cur, bool up) const override;
        ///
-       bool idxForward(Cursor & cur) const;
+       bool idxForward(Cursor & cur) const override;
        ///
-       bool idxBackward(Cursor & cur) const;
+       bool idxBackward(Cursor & cur) const override;
        ///
        bool idxFirst(Cursor &) 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;
        ///