]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettoc.h
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insettoc.h
index 9acd77bde8d5d0424f9ea8ed24a43f16c2769082..9e2078f2cbb637c44f409e5305dc9c8d9e997194 100644 (file)
@@ -25,7 +25,7 @@ public:
        ///
        InsetTOC(InsetCommandParams const & p) : InsetCommand(p) {}
        ///
-        Inset * Clone() const { return new InsetTOC(params()); }
+        Inset * Clone(Buffer const &) const { return new InsetTOC(params()); }
        ///
        string const getScreenLabel() const;
        ///
@@ -37,6 +37,8 @@ public:
        ///
        Inset::Code LyxCode() const;
        ///
+       int Ascii(Buffer const *, std::ostream &, int linelen) const;
+       ///
        int Linuxdoc(Buffer const *, std::ostream &) const;
        ///
        int DocBook(Buffer const *, std::ostream &) const;