X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Ffiletarget.h;h=da165d0d39d1ebed128c83c0d31ce4f2a184139c;hb=451ef4f33b5a57dcb56bd7cb671bed359ac86247;hp=aff1fb7a4081cad3bddb098281389bbe63d9861f;hpb=d1f9551e05c9d341149eb490e05b1465d3d6b711;p=builder.git diff --git a/source/filetarget.h b/source/filetarget.h index aff1fb7..da165d0 100644 --- a/source/filetarget.h +++ b/source/filetarget.h @@ -19,8 +19,8 @@ protected: bool nested_build_sig = false; bool arch_in_build_sig = false; - FileTarget(Builder &, const Msp::FS::Path &); - FileTarget(Builder &, const SourcePackage &, const Msp::FS::Path &); + 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) { } private: FileTarget(Builder &, const SourcePackage *, const Msp::FS::Path &); void stat();