X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fclangcompiler.h;h=656b9d20dff4be43b2f8148eef5957fd3c9d50b4;hb=f41742cb2b21241634c123561b71ee1667cb1ff4;hp=c848b758c13452857ea02989297e9ce64f0c071a;hpb=74dddb20753ad9f4addc54597674041d5fc40412;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