]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetert.h
Enable the external inset to handle unknown templates gracefully.
[lyx.git] / src / insets / insetert.h
index 377d0ffc4f5836b26165450bc4c9c5d61fb5775b..7d793bd95e27a2a0f8ababaf8ec5bc0371400491 100644 (file)
@@ -40,7 +40,7 @@ public:
        ///
        InsetERT(InsetERT const &);
        ///
-       Inset * clone(Buffer const &) const;
+       Inset * clone() const;
        ///
        InsetERT(BufferParams const &,
                 Language const *, string const & contents, bool collapsed);