X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathUnderset.h;h=239a576aebb06d6d4b909a4553dbe4119621e8b9;hb=1f352b390c897d583bffaad695c04b613b88a139;hp=c2af955ba26a45b7b8363d470efe8a8cef948a76;hpb=f29db33e695d6cd8dd3dd33c62832ec681df2675;p=lyx.git diff --git a/src/mathed/InsetMathUnderset.h b/src/mathed/InsetMathUnderset.h index c2af955ba2..239a576aeb 100644 --- a/src/mathed/InsetMathUnderset.h +++ b/src/mathed/InsetMathUnderset.h @@ -40,6 +40,8 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// void validate(LaTeXFeatures & features) const; /// InsetCode lyxCode() const { return MATH_UNDERSET_CODE; }