]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetinfo.h
reformatting and remove using delc
[lyx.git] / src / insets / insetinfo.h
index 9e9b342e582915cf336878308153eceb85c3ea08..6312551c7c62595197b36567a3a88fd978a73065 100644 (file)
@@ -53,7 +53,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;
        ///
@@ -67,7 +67,7 @@ public:
        ///
        Inset::Code LyxCode() const;
        ///
-       Inset * Clone() const;
+       Inset * Clone(Buffer const &) const;
        ///
        static void CloseInfoCB(FL_OBJECT *, long data);
 private: