]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseturl.h
reformatting and remove using delc
[lyx.git] / src / insets / inseturl.h
index 1aaddcfab20e7eb3a21bd2e79bd70d5fa801b099..c2a83633797f14d57a2444f035854be43c686e2c 100644 (file)
@@ -27,7 +27,7 @@ public:
        explicit
        InsetUrl(InsetCommandParams const &);
         ///
-       Inset * Clone() const { return new InsetUrl(params()); }
+       Inset * Clone(Buffer const &) const { return new InsetUrl(params()); }
        ///
        Inset::Code LyxCode() const { return Inset::URL_CODE; }
        ///