]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathString.h
Fix drawing of empty boxes
[lyx.git] / src / mathed / InsetMathString.h
index 95b2937c1ca34892dc377bd38777f16713692e4b..9f94a7457fe986f056a7054fe1f159e5ceded9c4 100644 (file)
@@ -47,6 +47,8 @@ public:
        ///
        void mathematica(MathematicaStream &) const;
        ///
+       void mathmlize(MathStream &) const;
+       ///
        void write(WriteStream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_STRING_CODE; }