]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathDots.h
Introduce a return value for mathmlize(). We will need this to be able
[features.git] / src / mathed / InsetMathDots.h
index f4f52716f66cd8fda1d2ff483075b016142e6c9e..4ba13351e907eff8b31f7a1418e3f83204e9efd7 100644 (file)
@@ -32,6 +32,10 @@ public:
        docstring name() const;
        /// request "external features"
        void validate(LaTeXFeatures & features) const;
+       ///
+       InsetCode lyxCode() const { return MATH_DOTS_CODE; }
+       ///
+       docstring mathmlize(MathStream & os) const;
 protected:
        /// cache for the thing's height
        mutable int dh_;