X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetbib.h;h=e51b236deaf9dfa610932c7067697f6cad72947f;hb=4a5b7a5952ad2381fcdf4830511293e184c7c5a1;hp=50cf26f368cb19c7627fdbce6c86a11570828513;hpb=8e0e11f8ae446682ac1590e586ae6726bafca992;p=lyx.git diff --git a/src/insets/insetbib.h b/src/insets/insetbib.h index 50cf26f368..e51b236dea 100644 --- a/src/insets/insetbib.h +++ b/src/insets/insetbib.h @@ -41,7 +41,7 @@ public: /// void read(Buffer const *, LyXLex & lex); /// - virtual string const getScreenLabel() const; + virtual string const getScreenLabel(Buffer const *) const; /// void edit(BufferView *, int x, int y, unsigned int button); /// @@ -87,7 +87,7 @@ public: return new InsetBibtex(params(), same_id); } /// - string const getScreenLabel() const; + string const getScreenLabel(Buffer const *) const; /// EDITABLE editable() const { return IS_EDITABLE; } /// @@ -102,6 +102,8 @@ public: /// std::vector > const getKeys(Buffer const *) const; /// + std::vector const getFiles(Buffer const &) const; + /// bool addDatabase(string const &); /// bool delDatabase(string const &);