]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathOverset.h
typo
[lyx.git] / src / mathed / InsetMathOverset.h
index 095e0f590a61d34310f440023b6ef7380352ca99..d893e781f34d0866f256cf5d8af188e099ce6e67 100644 (file)
@@ -28,17 +28,17 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const override;
        ///
-       bool idxUpDown(Cursor & cur, bool up) const;
+       bool idxUpDown(Cursor & cur, bool up) const override;
        ///
        bool idxFirst(Cursor &) const override;
        ///
        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;
        ///