]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlabel.h
reformatting and remove using delc
[lyx.git] / src / insets / insetlabel.h
index ccaa4c084b8eda0c08cf117e8d033227cd2a079c..87211ae6fe600aacd986174a9d4d98e7200c326a 100644 (file)
@@ -23,7 +23,7 @@ public:
        ///
        InsetLabel(InsetCommandParams const &);
        ///
-       Inset * Clone() const { return new InsetLabel(params()); }
+       Inset * Clone(Buffer const &) const { return new InsetLabel(params()); }
        ///
        string const getScreenLabel() const { return getContents(); }
        ///
@@ -38,7 +38,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;
        ///