X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathEnsureMath.h;h=41c3ad654ab74f5f392abd167594eb779a5c16d7;hb=31cd421bcd26647cb7edbb694b05473271fe9153;hp=83edf47482022c6e122ceaf35337d30899956e6c;hpb=707d369d72e0bf8da9ab3f405b20aeafe68f9758;p=lyx.git diff --git a/src/mathed/InsetMathEnsureMath.h b/src/mathed/InsetMathEnsureMath.h index 83edf47482..41c3ad654a 100644 --- a/src/mathed/InsetMathEnsureMath.h +++ b/src/mathed/InsetMathEnsureMath.h @@ -42,6 +42,8 @@ public: /// void infoize(odocstream & os) const; /// + void validate(LaTeXFeatures & features) const; + /// InsetCode lyxCode() const { return MATH_ENSUREMATH_CODE; } private: virtual Inset * clone() const;