X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDots.h;h=8a84a22219076e7ab8af84d11d296683bdba1e67;hb=3e79e0f5f00add2c735d372f4734cf31f64b7e5f;hp=4ba13351e907eff8b31f7a1418e3f83204e9efd7;hpb=8a0134cc8ce7de41d6d6911a1c4219ca958f2b71;p=lyx.git diff --git a/src/mathed/InsetMathDots.h b/src/mathed/InsetMathDots.h index 4ba13351e9..8a84a22219 100644 --- a/src/mathed/InsetMathDots.h +++ b/src/mathed/InsetMathDots.h @@ -35,7 +35,9 @@ public: /// InsetCode lyxCode() const { return MATH_DOTS_CODE; } /// - docstring mathmlize(MathStream & os) const; + void mathmlize(MathStream & os) const; + /// + void htmlize(HtmlStream & os) const; protected: /// cache for the thing's height mutable int dh_;