]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXArrow.h
Get rid of Inset::setPosCache
[lyx.git] / src / mathed / InsetMathXArrow.h
index 469bec1d0baa1e6af51d86d6ea7005126f249876..f63eb2be192a1de19dad30613378a773c51a4039 100644 (file)
@@ -32,6 +32,10 @@ public:
        ///
        void normalize(NormalStream & os) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       ///
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_XARROW_CODE; }