X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnucxxcompiler.h;h=04c1fb22b5b2d5c38d5a056edf289b028d7fda1f;hb=c51411c4b3ed4e6a0d8343b848db3dc736bc7857;hp=314bb510e9ceb233d97fb91d3c7536b194f7acfb;hpb=486adc75285b8b5d62a990dd9f9cd4737c8ab7f6;p=builder.git diff --git a/source/gnucxxcompiler.h b/source/gnucxxcompiler.h index 314bb51..04c1fb2 100644 --- a/source/gnucxxcompiler.h +++ b/source/gnucxxcompiler.h @@ -10,12 +10,12 @@ class GnuCxxCompiler: public GnuCompiler { public: GnuCxxCompiler(Builder &, const Architecture &); -private: - void query_version(); -public: virtual Target *create_source(const Component &, const Msp::FS::Path &) const; virtual Target *create_source(const Msp::FS::Path &) const; + +protected: + virtual void do_prepare(); }; #endif