]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettheorem.h
Don't remove cell selections after fontchange.
[lyx.git] / src / insets / insettheorem.h
index c81e54f036bfd8a010f977504c6dee936cbfc560..24e9b8a2156d544b35213bc0328602ff37870bdd 100644 (file)
@@ -28,7 +28,7 @@ public:
        ///
        void write(Buffer const * buf, std::ostream & os) const;
        ///
-       virtual Inset * clone(Buffer const &) const;
+       virtual Inset * clone(Buffer const &, bool same_id = false) const;
        ///
        Inset::Code lyxCode() const { return Inset::THEOREM_CODE; }
        ///
@@ -37,8 +37,6 @@ public:
        int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const;
        ///
        string const editMessage() const;
-       ///
-       bool insertInsetAllowed(Inset * inset) const;
 };
 
 #endif