]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
Use footnotehyper rather than footnote if hyperref is used
[lyx.git] / src / Buffer.h
index eb6c1a8767c4cd65716f52ce21f48fcf27b184b1..50d086f2876a872165f33ab992e60740dcc3f0f8 100644 (file)
@@ -505,7 +505,7 @@ public:
        /// whether the cache is valid. If so, we do nothing. If not, then we
        /// reload all the BibTeX info.
        /// Note that this operates on the master document.
-       void reloadBibInfoCache() const;
+       void reloadBibInfoCache(bool const force = false) const;
        /// \return the bibliography information for this buffer's master,
        /// or just for it, if it isn't a child.
        BiblioInfo const & masterBibInfo() const;