]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBibtex.h
Merge branch 'master' into biblatex2
[lyx.git] / src / insets / InsetBibtex.h
index a4310ad2058b82b95bc96545bf447292036d2eb8..038065ffc0dc8b9a6ddf71d67fd47c08c15820c2 100644 (file)
@@ -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
        //@{