]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetoptarg.h
Enable the external inset to handle unknown templates gracefully.
[lyx.git] / src / insets / insetoptarg.h
index 23249681866c4b60ea933aaa8c7dfcc43e00d5a1..4c3fec130615e77d727b1300a6d1301c646d315b 100644 (file)
@@ -25,11 +25,9 @@ class InsetOptArg : public InsetCollapsable {
 public:
        InsetOptArg(BufferParams const &);
 
-       InsetOptArg(InsetOptArg const &, bool same_id = false);
-
+       InsetOptArg(InsetOptArg const &);
        /// make a duplicate of this inset
-       Inset * clone(Buffer const &, bool same_id = false) const;
-
+       Inset * clone() const;
        /// this inset is editable
        EDITABLE editable() const { return IS_EDITABLE; }
        /// code of the inset