]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettoc.h
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insettoc.h
index cf0de54519bb71dc09fe13124324d3edfd981a29..9e2078f2cbb637c44f409e5305dc9c8d9e997194 100644 (file)
@@ -25,9 +25,9 @@ public:
        ///
        InsetTOC(InsetCommandParams const & p) : InsetCommand(p) {}
        ///
-        Inset * Clone() const { return new InsetTOC(params()); }
+        Inset * Clone(Buffer const &) const { return new InsetTOC(params()); }
        ///
-       string getScreenLabel() const;
+       string const getScreenLabel() const;
        ///
        void Edit(BufferView * bv, int, int, unsigned int);
         ///
@@ -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;