]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDots.h
Remove hardcoded values
[lyx.git] / src / mathed / InsetMathDots.h
index 4f2428712cfc2ae60838d14fa1eb68f288be2d81..8a84a22219076e7ab8af84d11d296683bdba1e67 100644 (file)
@@ -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_;