X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathEnsureMath.h;h=41c3ad654ab74f5f392abd167594eb779a5c16d7;hb=31cd421bcd26647cb7edbb694b05473271fe9153;hp=ccc136a157c93cea04c95c232ecb9fa988b5be5c;hpb=c060a85d811674888c31db9ee0407d8b5cc37b6e;p=lyx.git diff --git a/src/mathed/InsetMathEnsureMath.h b/src/mathed/InsetMathEnsureMath.h index ccc136a157..41c3ad654a 100644 --- a/src/mathed/InsetMathEnsureMath.h +++ b/src/mathed/InsetMathEnsureMath.h @@ -38,8 +38,12 @@ public: /// 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;