]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDots.h
Fix wrong mode on output for macros that shadow global macros
[lyx.git] / src / mathed / InsetMathDots.h
index 4ba13351e907eff8b31f7a1418e3f83204e9efd7..8a84a22219076e7ab8af84d11d296683bdba1e67 100644 (file)
@@ -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_;