X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDots.h;h=8a84a22219076e7ab8af84d11d296683bdba1e67;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=4f2428712cfc2ae60838d14fa1eb68f288be2d81;hpb=1a74f3d1035cfbdb5e21947448e5af2b9ec152f0;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_;