X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathEnsureMath.h;h=41c3ad654ab74f5f392abd167594eb779a5c16d7;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=c8e58bbe97d16297ef17e8c0e47e69f2e80a4b74;hpb=8a0134cc8ce7de41d6d6911a1c4219ca958f2b71;p=lyx.git diff --git a/src/mathed/InsetMathEnsureMath.h b/src/mathed/InsetMathEnsureMath.h index c8e58bbe97..41c3ad654a 100644 --- a/src/mathed/InsetMathEnsureMath.h +++ b/src/mathed/InsetMathEnsureMath.h @@ -36,10 +36,14 @@ public: /// void write(WriteStream & os) const; /// - docstring mathmlize(MathStream &) const; + void mathmlize(MathStream &) const; + /// + void htmlize(HtmlStream &) const; /// void infoize(odocstream & os) const; /// + void validate(LaTeXFeatures & features) const; + /// InsetCode lyxCode() const { return MATH_ENSUREMATH_CODE; } private: virtual Inset * clone() const;