X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetindex.h;h=2f4baef458506144adf493181586614d726a7fcc;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=36707af81ddd48e8ac523e0b133b5a3c06d70e04;hpb=5f2e3c4c43f8e1736a2b7654595dfe6c175b4b3b;p=lyx.git diff --git a/src/insets/insetindex.h b/src/insets/insetindex.h index 36707af81d..2f4baef458 100644 --- a/src/insets/insetindex.h +++ b/src/insets/insetindex.h @@ -40,6 +40,8 @@ public: void edit(BufferView * bv, bool front = true); /// Inset::Code lyxCode() const; + /// + int docbook(Buffer const *, std::ostream &) const; };