]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Fix some of the BibTeX cache issues. We need to be able to invalidate the cache when
[lyx.git] / src / Buffer.h
index 95d1386866874f118628f1d95f768a6b93072600..f50d00239423be0036257d8713456cf5bc381c2f 100644 (file)
@@ -306,6 +306,8 @@ public:
        /// Update the cache with all bibfiles in use (including bibfiles
        /// of loaded child documents).
        void updateBibfilesCache() const;
+       ///
+       void invalidateBibfilesCache();
        /// Return the cache with all bibfiles in use (including bibfiles
        /// of loaded child documents).
        support::FileNameList const & getBibfilesCache() const;