]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathEnsureMath.h
Introduce a return value for mathmlize(). We will need this to be able
[features.git] / src / mathed / InsetMathEnsureMath.h
index 1bad7c8fb6c4ec5a9da29a4a3069efaec2af1a45..c8e58bbe97d16297ef17e8c0e47e69f2e80a4b74 100644 (file)
@@ -36,6 +36,8 @@ public:
        ///
        void write(WriteStream & os) const;
        ///
+       docstring mathmlize(MathStream &) const;
+       ///
        void infoize(odocstream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_ENSUREMATH_CODE; }