X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathCases.h;h=f753f12166646e0a63c6eb40e02a0bddee47c837;hb=30d3fcd640c180407a8a1db7679cca42eaa9e0c1;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;