]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettheorem.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / insettheorem.h
index bbb09b7920530b6a2c6f13488bf9dc447cd68f9a..e03ea0525670558d5147bc118cd7b69da35c6199 100644 (file)
@@ -25,7 +25,7 @@ public:
        ///
        void write(Buffer const * buf, std::ostream & os) const;
        ///
-       virtual Inset * clone(Buffer const &, bool same_id = false) const;
+       virtual InsetBase * clone() const;
        ///
        Inset::Code lyxCode() const { return Inset::THEOREM_CODE; }
        ///