X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetBibtex.h;h=038065ffc0dc8b9a6ddf71d67fd47c08c15820c2;hb=239b9919ffe28338d789e6dc9122228f77ab77a7;hp=a4310ad2058b82b95bc96545bf447292036d2eb8;hpb=8c351e32be92fca91e2dd1f9ec478d5cb1ce6c8c;p=lyx.git diff --git a/src/insets/InsetBibtex.h b/src/insets/InsetBibtex.h index a4310ad205..038065ffc0 100644 --- a/src/insets/InsetBibtex.h +++ b/src/insets/InsetBibtex.h @@ -20,7 +20,7 @@ class BiblioInfo; namespace support { class FileName; - class FileNameList; + class FileNamePairList; } /** Used to insert BibTeX's information @@ -33,7 +33,7 @@ public: ~InsetBibtex(); /// - support::FileNameList getBibFiles() const; + support::FileNamePairList getBibFiles() const; /// bool addDatabase(docstring const &); /// @@ -85,6 +85,8 @@ private: void editDatabases() const; /// void parseBibTeXFiles() const; + /// + bool usingBiblatex() const; /// \name Private functions inherited from Inset class //@{