X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSplit.h;h=0310ce13c492ca6495b8e068a0f7c8697fa11fa3;hb=30d3fcd640c180407a8a1db7679cca42eaa9e0c1;hp=447aa0f4dd1a7ccdacceaa30a2e7fe8c2b43ad56;hpb=69fc2f6702309e4937d2d6280c579db3d9a54e4a;p=lyx.git diff --git a/src/mathed/InsetMathSplit.h b/src/mathed/InsetMathSplit.h index 447aa0f4dd..0310ce13c4 100644 --- a/src/mathed/InsetMathSplit.h +++ b/src/mathed/InsetMathSplit.h @@ -35,6 +35,8 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// void validate(LaTeXFeatures & features) const; /// int defaultColSpace(col_type) { return 0; }