]> git.tdb.fi Git - builder.git/blobdiff - source/gnucompiler.h
Recent versions of sigc++ require C++11
[builder.git] / source / gnucompiler.h
index 9f0304d82daa0408c4ae3817b36d7b828a5d4ee7..cd6aa52b6c8b73ca96b459c2d549554972d54137 100644 (file)
@@ -15,7 +15,7 @@ class GnuCompiler: public Tool
 protected:
        std::string version;
 
-       GnuCompiler(Builder &, const Architecture &, const std::string &);
+       GnuCompiler(Builder &, const Architecture &, const std::string &, const Msp::FS::Path & = Msp::FS::Path());
 
 public:
        virtual Target *create_target(const std::list<Target *> &, const std::string &);