]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpace.h
Another warning.
[lyx.git] / src / mathed / InsetMathSpace.h
index 5770439660ca827645d851409b32c36cd3b322dd..8f633fffa837aae31ec5a9d0ab0261b05a2cac98 100644 (file)
@@ -18,6 +18,7 @@
 
 namespace lyx {
 
+struct InsetSpaceParams;
 
 /// Smart spaces
 class InsetMathSpace : public InsetMath {
@@ -29,8 +30,6 @@ public:
        ///
        explicit InsetMathSpace(Length const & length);
        ///
-       ~InsetMathSpace();
-       ///
        InsetMathSpace const * asSpaceInset() const { return this; }
        ///
        InsetMathSpace * asSpaceInset() { return this; }
@@ -52,9 +51,13 @@ public:
        ///
        void octave(OctaveStream &) const;
        ///
+       void mathmlize(MathStream & ms) const;
+       ///
+       void htmlize(HtmlStream & ms) const;
+       ///
        void write(WriteStream & os) const;
        /// generate something that will be understood by the Dialogs.
-       std::string const createDialogStr() const;
+       InsetSpaceParams params() const;
        ///
        bool hasSettings() const { return true; }
        ///