]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathDelim.h
Rm dup "Float" in "Insert>Float>Figure Wrap Float"
[features.git] / src / mathed / InsetMathDelim.h
index f575ee0b4bca45867bb0a751d272fd81bb755422..cad8da49de71dd9a084b32b827ba487e9ee4a1f7 100644 (file)
@@ -43,12 +43,12 @@ 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;
 
        ///
        void validate(LaTeXFeatures & features) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        /// write normalized content
        void normalize(NormalStream &) const override;
        ///
@@ -58,7 +58,7 @@ public:
        ///
        void mathematica(MathematicaStream &) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///