]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcommand.h
Enable the external inset to handle unknown templates gracefully.
[lyx.git] / src / insets / insetcommand.h
index 286cd9736d02df0ff83bf936f3e684578e2d507e..a3e14b818a40d73603971f2fe88095bcd5634052 100644 (file)
@@ -33,8 +33,7 @@ public:
        explicit
        InsetCommand(InsetCommandParams const &);
        ///
-       //explicit
-       //InsetCommand(InsetCommandParams const &, bool same_id);
+       InsetCommand(InsetCommand const &);
        ///
        void write(Buffer const *, std::ostream & os) const
                { p_.write(os); }