]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
The mode changing math insets already provide the needed info, so
[lyx.git] / src / Buffer.cpp
index 377b9ef2a35b7d83e04e330e1a8a04f48f3812f3..e52b6dbacfbddffbce017caeeaa0faf78033dd6d 100644 (file)
@@ -115,7 +115,7 @@ namespace os = support::os;
 
 namespace {
 
-int const LYX_FORMAT = 336;
+int const LYX_FORMAT = 337;
 
 typedef map<string, bool> DepClean;
 typedef map<docstring, pair<InsetLabel const *, Buffer::References> > RefCache;
@@ -1353,7 +1353,7 @@ void Buffer::updateBibfilesCache() const
 }
 
 
-void Buffer::invalidateBibfilesCache() 
+void Buffer::invalidateBibinfoCache() 
 {
        d->bibinfoCacheValid_ = false;
 }