X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.cpp;h=3c58f0245ecc773fa4945a9f6c614409b94151c6;hb=409a427f912f9c203b102beed0816b53b250931f;hp=dac7bb84a43c6f68c577331b2294955309982f08;hpb=835948343817c0e359330f8522dc4b8a0e025224;p=builder.git diff --git a/source/builder.cpp b/source/builder.cpp index dac7bb8..3c58f02 100644 --- a/source/builder.cpp +++ b/source/builder.cpp @@ -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::reg; string Builder::usagemsg; string Builder::helpmsg;