]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.h
MathML for Stackrel.
[lyx.git] / src / mathed / InsetMathStackrel.h
index 87397f3bbfed60b12ddd843873636c9adb7196e0..707985b4bea522808fbc9cf2f9d0d0468fb62d45 100644 (file)
@@ -31,12 +31,13 @@ public:
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void draw(PainterInfo & pi, int x, int y) const;
-
        ///
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream &) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
        InsetCode lyxCode() const { return MATH_STACKREL_CODE; }
 
 private: