]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.cpp
Fix the rest of bug 5010.
[lyx.git] / src / Buffer.cpp
index 377b9ef2a35b7d83e04e330e1a8a04f48f3812f3..6173666b61f5aba803312caf46eba73dc5427353 100644 (file)
@@ -115,7 +115,7 @@ namespace os = support::os;
 
 namespace {
 
-int const LYX_FORMAT = 336;
+int const LYX_FORMAT = 338; //Uwe: support for polytonic Greek
 
 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;
 }