]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathSpace.h
Introduce a return value for mathmlize(). We will need this to be able
[features.git] / src / mathed / InsetMathSpace.h
index 5770439660ca827645d851409b32c36cd3b322dd..442fe2e799c2f15ea239fd24b68b6e165dbeb616 100644 (file)
@@ -52,6 +52,8 @@ public:
        ///
        void octave(OctaveStream &) const;
        ///
+       docstring mathmlize(MathStream & ms) const;
+       ///
        void write(WriteStream & os) const;
        /// generate something that will be understood by the Dialogs.
        std::string const createDialogStr() const;