X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftool.cpp;h=a2c61bf1f24ffa9cd48f4add29e0501c64f47343;hb=f75a99316e896cf1e424a489ce360a67844d86b0;hp=1ab3660474cf57de3a31bcf47df6231370beff5e;hpb=722d53055cc78a7a7d9901d2b1fe23a2a33fb623;p=builder.git diff --git a/source/tool.cpp b/source/tool.cpp index 1ab3660..a2c61bf 100644 --- a/source/tool.cpp +++ b/source/tool.cpp @@ -5,7 +5,8 @@ using namespace std; Tool::Tool(Builder &b, const string &t): builder(b), - tag(t) + tag(t), + executable(0) { } bool Tool::accepts_suffix(const string &suffix, bool aux) const