]> git.tdb.fi Git - builder.git/blobdiff - source/gnuobjccompiler.h
Don't treat using deprecated declarations as errors
[builder.git] / source / gnuobjccompiler.h
index 11fbd9132a3fe46fdda1d68743a2d10165e6ece4..d82da03d9e1488fdc1249cd6ad411807e79b9771 100644 (file)
@@ -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;