]> git.lyx.org Git - features.git/blobdiff - src/Buffer.h
Embedding: add embedding support for InsetBibtex. (params["embed"] is added, use...
[features.git] / src / Buffer.h
index 9dd0fc38a4483bf323e26a65177af79c2781d0fa..25791be1f6b774220e842126538d57a333c26286 100644 (file)
@@ -57,7 +57,7 @@ class WorkAreaManager;
 
 namespace support {
 class FileName;
-class FileNameList;
+class EmbeddedFileList;
 }
 
 /** The buffer object.
@@ -304,7 +304,7 @@ public:
        void updateBibfilesCache() const;
        /// Return the cache with all bibfiles in use (including bibfiles
        /// of loaded child documents).
-       support::FileNameList const & getBibfilesCache() const;
+       support::EmbeddedFileList const & getBibfilesCache() const;
        ///
        void getLabelList(std::vector<docstring> &) const;