X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetindex.h;h=2f4baef458506144adf493181586614d726a7fcc;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=051d78cd3f7d8f4cc2230d236d8d99768d9a0339;hpb=55bf6460f304a4632af2136a62c8a82fb86053f3;p=lyx.git diff --git a/src/insets/insetindex.h b/src/insets/insetindex.h index 051d78cd3f..2f4baef458 100644 --- a/src/insets/insetindex.h +++ b/src/insets/insetindex.h @@ -31,7 +31,7 @@ public: return new InsetIndex(params(), same_id); } /// - string const getScreenLabel() const; + string const getScreenLabel(Buffer const *) const; /// EDITABLE editable() const { return IS_EDITABLE; } /// @@ -40,6 +40,8 @@ public: void edit(BufferView * bv, bool front = true); /// Inset::Code lyxCode() const; + /// + int docbook(Buffer const *, std::ostream &) const; }; @@ -64,7 +66,7 @@ public: /// Inset::Code lyxCode() const; /// - string const getScreenLabel() const; + string const getScreenLabel(Buffer const *) const; }; #endif