X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmathed%2FInsetMathDelim.h;h=cbea8ec01c10552af748430f6c6c7ae4e92628a7;hb=ef7a142f3f4e5937dabf7fb8fc7957bf351e166d;hp=67e1db09063db2ea4494fbbd354d710ab9761732;hpb=ff4460603e3888948b46f0ab5bfa69a862d538ad;p=lyx.git diff --git a/src/mathed/InsetMathDelim.h b/src/mathed/InsetMathDelim.h index 67e1db0906..cbea8ec01c 100644 --- a/src/mathed/InsetMathDelim.h +++ b/src/mathed/InsetMathDelim.h @@ -58,6 +58,8 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// void octave(OctaveStream &) const; /// InsetCode lyxCode() const { return MATH_DELIM_CODE; }