X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDelim.h;h=cad8da49de71dd9a084b32b827ba487e9ee4a1f7;hb=ffff88e7fcd46afaa3b1823e9fcdc4aad4e2114b;hp=f575ee0b4bca45867bb0a751d272fd81bb755422;hpb=efc0877f8fd33ad9369d06e5b638037c8d6a1b24;p=features.git diff --git a/src/mathed/InsetMathDelim.h b/src/mathed/InsetMathDelim.h index f575ee0b4b..cad8da49de 100644 --- a/src/mathed/InsetMathDelim.h +++ b/src/mathed/InsetMathDelim.h @@ -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; ///