X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDots.h;h=8a84a22219076e7ab8af84d11d296683bdba1e67;hb=3e79e0f5f00add2c735d372f4734cf31f64b7e5f;hp=4f2428712cfc2ae60838d14fa1eb68f288be2d81;hpb=c060a85d811674888c31db9ee0407d8b5cc37b6e;p=lyx.git diff --git a/src/mathed/InsetMathDots.h b/src/mathed/InsetMathDots.h index 4f2428712c..8a84a22219 100644 --- a/src/mathed/InsetMathDots.h +++ b/src/mathed/InsetMathDots.h @@ -36,6 +36,8 @@ public: 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_;