X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetmarginal.h;h=10329a97127ffcede2b96d9332dcaa01a8f932df;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=7f1e5b86c6d4c592b457b055eab47f41b31b448e;hpb=85a5ea7bfc80e179a61a99f2955455e84d3384cc;p=lyx.git diff --git a/src/insets/insetmarginal.h b/src/insets/insetmarginal.h index 7f1e5b86c6..10329a9712 100644 --- a/src/insets/insetmarginal.h +++ b/src/insets/insetmarginal.h @@ -26,15 +26,15 @@ public: /// InsetMarginal(); /// - Inset * clone(Buffer const &) const; + InsetMarginal(InsetMarginal const &, bool same_id = false); + /// + Inset * clone(Buffer const &, bool same_id = false) const; /// Inset::Code lyxCode() const { return Inset::MARGIN_CODE; } /// int latex(Buffer const *, std::ostream &, bool fragile, bool fp) const; /// string const editMessage() const; - /// - bool insertInsetAllowed(Inset * inset) const; }; #endif