]> git.tdb.fi Git - builder.git/blobdiff - source/builder.cpp
Adjust to library changes
[builder.git] / source / builder.cpp
index dac7bb84a43c6f68c577331b2294955309982f08..3c58f0245ecc773fa4945a9f6c614409b94151c6 100644 (file)
@@ -587,7 +587,7 @@ int Builder::load_build_file(const FS::Path &fn)
                Loader loader(*this, fn.subpath(0, fn.size()-1));
                loader.load(parser);
        }
-       catch(const IO::FileNotFound &)
+       catch(const IO::file_not_found &)
        {
                return -1;
        }
@@ -867,7 +867,6 @@ void Builder::package_help()
        }
 }
 
-Application::RegApp<Builder> Builder::reg;
 string Builder::usagemsg;
 string Builder::helpmsg;