X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsettheorem.h;h=24e9b8a2156d544b35213bc0328602ff37870bdd;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=c81e54f036bfd8a010f977504c6dee936cbfc560;hpb=85a5ea7bfc80e179a61a99f2955455e84d3384cc;p=lyx.git diff --git a/src/insets/insettheorem.h b/src/insets/insettheorem.h index c81e54f036..24e9b8a215 100644 --- a/src/insets/insettheorem.h +++ b/src/insets/insettheorem.h @@ -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