]> git.tdb.fi Git - builder.git/blobdiff - source/dependencycache.cpp
Adjust to library changes
[builder.git] / source / dependencycache.cpp
index ffc6fd63fbc7291c289395f9230abc78a83378ca..7505e9889a15154b35a05313f8ed13b7e8db0e13 100644 (file)
@@ -70,6 +70,6 @@ void DependencyCache::load()
 
                mtime = Time::TimeStamp::from_unixtime(FS::stat(fn).st_mtime);
        }
-       catch(const IO::FileNotFound &)
+       catch(const IO::file_not_found &)
        { }
 }