X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Ffiletarget.h;h=64128d690bb4adbebc374a6281311d505788dac8;hb=55569b39422c980d051e1da9b476a249ec2b64af;hp=124b3c5da5c2ab316309653f1260d5174b80ad35;hpb=504ad60b7c3a0f821e4443a24052a261ddb409c7;p=builder.git diff --git a/source/lib/filetarget.h b/source/lib/filetarget.h index 124b3c5..64128d6 100644 --- a/source/lib/filetarget.h +++ b/source/lib/filetarget.h @@ -19,8 +19,8 @@ protected: bool nested_build_sig = false; bool arch_in_build_sig = false; - FileTarget(Builder &b, const Msp::FS::Path &a): FileTarget(b, 0, a) { } - FileTarget(Builder &b, const SourcePackage &p, const Msp::FS::Path &a): FileTarget(b, &p, a) { } + FileTarget(Builder &b, const Msp::FS::Path &a); + FileTarget(Builder &b, const SourcePackage &p, const Msp::FS::Path &a); private: FileTarget(Builder &, const SourcePackage *, const Msp::FS::Path &); void stat();