X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDots.h;h=8a84a22219076e7ab8af84d11d296683bdba1e67;hb=02e82157ec583c3900e359de86be79fac6512387;hp=ee3df2aeba7daf2432526ed1f9b4661a0ea1dbdf;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/mathed/InsetMathDots.h b/src/mathed/InsetMathDots.h index ee3df2aeba..8a84a22219 100644 --- a/src/mathed/InsetMathDots.h +++ b/src/mathed/InsetMathDots.h @@ -34,6 +34,10 @@ public: void validate(LaTeXFeatures & features) const; /// InsetCode lyxCode() const { return MATH_DOTS_CODE; } + /// + void mathmlize(MathStream & os) const; + /// + void htmlize(HtmlStream & os) const; protected: /// cache for the thing's height mutable int dh_;