]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseturl.h
reformatting and remove using delc
[lyx.git] / src / insets / inseturl.h
index 1f66ada0534d44832c63fada1d26f1d896fcb4f6..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; }
        ///
@@ -44,7 +44,7 @@ public:
        int Latex(Buffer const *, std::ostream &,
                  bool fragile, bool free_spc) const;
        ///
-       int Ascii(Buffer const *, std::ostream &) const;
+       int Ascii(Buffer const *, std::ostream &, int linelen) const;
        ///
        int Linuxdoc(Buffer const *, std::ostream &) const;
        ///