X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fclangcompiler.h;h=656b9d20dff4be43b2f8148eef5957fd3c9d50b4;hb=f41742cb2b21241634c123561b71ee1667cb1ff4;hp=c848b758c13452857ea02989297e9ce64f0c071a;hpb=a4f02f02d4682c7f504e46ff2ce8f93035fd36dd;p=builder.git diff --git a/source/clangcompiler.h b/source/clangcompiler.h index c848b75..656b9d2 100644 --- a/source/clangcompiler.h +++ b/source/clangcompiler.h @@ -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