]> git.tdb.fi Git - builder.git/blobdiff - source/sourcefile.cpp
Adjust to library changes
[builder.git] / source / sourcefile.cpp
index d95ea5edc5f3678d1f1c0eb1926a50866ab22311..0fc989d0f5a78927acce28f38050c0feddc7f09d 100644 (file)
@@ -68,7 +68,7 @@ void SourceFile::find_depends()
 
                        deps_cache.set_deps(relname, includes);
                }
-               catch(const IO::FileNotFound &)
+               catch(const IO::file_not_found &)
                {
                        if(builder.get_verbose()>=4)
                                IO::print("Failed to read includes from %s\n", path.str());