]> git.tdb.fi Git - builder.git/blobdiff - source/config.cpp
Adjust to library changes
[builder.git] / source / config.cpp
index dd5cda148dea67a838e73d0d720fb47cdea6c966..0676dedd94a8e2e486e619a529e1be65679fe5cb 100644 (file)
@@ -52,7 +52,7 @@ void Config::select_last_profile()
                in.getline(profile);
                set_option("profile", profile);
        }
-       catch(const IO::FileNotFound &)
+       catch(const IO::file_not_found &)
        { }
 
        freeze_mtime = true;
@@ -143,7 +143,7 @@ void Config::load()
                Loader loader(*this);
                loader.load(parser);
        }
-       catch(const IO::FileNotFound &)
+       catch(const IO::file_not_found &)
        { }
 }