]> git.tdb.fi Git - builder.git/blobdiff - source/gnucxxcompiler.h
Don't treat using deprecated declarations as errors
[builder.git] / source / gnucxxcompiler.h
index 5cdc34bd8a214d575cd8b5ed520354fcb237dbbc..491307ecc7fb9f59ede6acea0903106a48d53c87 100644 (file)
@@ -9,15 +9,12 @@ The GNU C++ compiler, commonly known as g++.
 class GnuCxxCompiler: public GnuCompiler
 {
 public:
-       GnuCxxCompiler(Builder &, const Architecture &);
-private:
-       void query_version();
+       GnuCxxCompiler(Builder &, const Architecture &, const Msp::FS::Path & = Msp::FS::Path());
 
-public:
        virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
        virtual Target *create_source(const Msp::FS::Path &) const;
 
-private:
+protected:
        virtual void do_prepare();
 };