]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettheorem.h
Enable the external inset to handle unknown templates gracefully.
[lyx.git] / src / insets / insettheorem.h
index bbb09b7920530b6a2c6f13488bf9dc447cd68f9a..53ba5267c6fab20c6c9c6f264110d92304366851 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 Inset * clone() const;
        ///
        Inset::Code lyxCode() const { return Inset::THEOREM_CODE; }
        ///