X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=a4fc14b5d8b8343c99ca7fbacb0db7faafe7a73b;hb=409a427f912f9c203b102beed0816b53b250931f;hp=6835299b4ac464807240565fd231731d80b2edd0;hpb=835948343817c0e359330f8522dc4b8a0e025224;p=builder.git diff --git a/source/builder.h b/source/builder.h index 6835299..a4fc14b 100644 --- a/source/builder.h +++ b/source/builder.h @@ -30,7 +30,7 @@ class VirtualTarget; /** The main application class. Controls and owns everything. Rules the world. */ -class Builder: public Msp::Application +class Builder: public Msp::RegisteredApplication { private: class Loader: public Msp::DataFile::Loader @@ -101,7 +101,6 @@ private: Msp::FS::Path prefix; StringList warnings; - static Msp::Application::RegApp reg; static std::string usagemsg; static std::string helpmsg;