X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgnucxxcompiler.h;h=491307ecc7fb9f59ede6acea0903106a48d53c87;hb=69cd5cc73f466181420711fb907979de58687a4c;hp=04c1fb22b5b2d5c38d5a056edf289b028d7fda1f;hpb=7777d548fddca66b21f26273faedfdf675b10234;p=builder.git diff --git a/source/gnucxxcompiler.h b/source/gnucxxcompiler.h index 04c1fb2..491307e 100644 --- a/source/gnucxxcompiler.h +++ b/source/gnucxxcompiler.h @@ -9,7 +9,7 @@ The GNU C++ compiler, commonly known as g++. class GnuCxxCompiler: public GnuCompiler { public: - GnuCxxCompiler(Builder &, const Architecture &); + GnuCxxCompiler(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;