]> git.tdb.fi Git - builder.git/blobdiff - source/gnucompiler.h
Clean up compiler and linker constructors
[builder.git] / source / gnucompiler.h
index 4b82e6f4f7ad30d47c8a9b0e5e7eadb53f931b76..307aa5ee4115921357ba033b4ceb6437f3c0202a 100644 (file)
@@ -13,7 +13,7 @@ appropriate type.
 class GnuCompiler: public Tool
 {
 public:
-       GnuCompiler(Builder &, const Architecture &, const std::string &, const Msp::FS::Path & = Msp::FS::Path());
+       GnuCompiler(Builder &, const Architecture &, const std::string &);
 
        virtual Target *create_source(const Component &, const Msp::FS::Path &) const;
        virtual Target *create_source(const Msp::FS::Path &) const;