]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNumber.h
Cache icons of dynamic menu buttons
[lyx.git] / src / mathed / InsetMathNumber.h
index e7481bb21f9674cdf0a83a7abbb1dc4aa6ed360d..1b1f059bc09b213a95b22bb314a363642081914a 100644 (file)
@@ -28,7 +28,7 @@ public:
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const override;
        ///
-       void draw(PainterInfo &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const override;
        ///
        docstring str() const { return str_; }
        ///
@@ -43,11 +43,11 @@ public:
        ///
        void mathematica(MathematicaStream &) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        InsetCode lyxCode() const override { return MATH_NUMBER_CODE; }