]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseturl.h
reformatting and remove using delc
[lyx.git] / src / insets / inseturl.h
index 30a7b2c49bbd5342569f9b47817fb4b0672a7aec..c2a83633797f14d57a2444f035854be43c686e2c 100644 (file)
@@ -27,13 +27,13 @@ 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; }
        ///
        void Validate(LaTeXFeatures &) const;
        ///
-       string getScreenLabel() const;
+       string const getScreenLabel() const;
        ///
        EDITABLE Editable() const { return IS_EDITABLE; }
        ///
@@ -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;
        ///