]> git.tdb.fi Git - builder.git/blobdiff - source/clangcompiler.h
Clean up compiler and linker constructors
[builder.git] / source / clangcompiler.h
index c848b758c13452857ea02989297e9ce64f0c071a..656b9d20dff4be43b2f8148eef5957fd3c9d50b4 100644 (file)
@@ -6,7 +6,7 @@
 class ClangCompiler: public GnuCompiler
 {
 public:
-       ClangCompiler(Builder &, const Architecture &, const std::string &, const Msp::FS::Path & = Msp::FS::Path());
+       ClangCompiler(Builder &, const Architecture &, const std::string &);
 };
 
 #endif