X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathCases.h;h=f753f12166646e0a63c6eb40e02a0bddee47c837;hb=704328d3488c75733ddeb9ad5439b1907e323e39;hp=5839cef277542f87cd1bf25f36e102bf4e97bdc5;hpb=f621c9741182f1735cdb2b0b1cb58c221bd888f3;p=lyx.git diff --git a/src/mathed/InsetMathCases.h b/src/mathed/InsetMathCases.h index 5839cef277..f753f12166 100644 --- a/src/mathed/InsetMathCases.h +++ b/src/mathed/InsetMathCases.h @@ -45,6 +45,8 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// void write(WriteStream & os) const; /// void validate(LaTeXFeatures & features) const;