X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnuobjccompiler.h;h=d82da03d9e1488fdc1249cd6ad411807e79b9771;hb=8ee4fd693c8d15265f0c145221737a322f89618b;hp=11fbd9132a3fe46fdda1d68743a2d10165e6ece4;hpb=7bcd4fef81679dedcabc5a58b12511a6b52c4fe4;p=builder.git diff --git a/source/gnuobjccompiler.h b/source/gnuobjccompiler.h index 11fbd91..d82da03 100644 --- a/source/gnuobjccompiler.h +++ b/source/gnuobjccompiler.h @@ -6,7 +6,7 @@ class GnuObjCCompiler: public GnuCompiler { public: - GnuObjCCompiler(Builder &, const Architecture &); + GnuObjCCompiler(Builder &, const Architecture &, const Msp::FS::Path & = Msp::FS::Path()); virtual Target *create_source(const Component &, const Msp::FS::Path &) const; virtual Target *create_source(const Msp::FS::Path &) const;