X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftarget.h;h=a649e92e157057459e8dbcce918897eb417b053b;hb=90bc57276bd8d82f4d95558ab7afc702edd4bdd2;hp=ccc616bb464a50a950888040bf41e058d92a1790;hpb=b067981c0da0c1a4616ed175d0ce8ac5564cbdbf;p=builder.git diff --git a/source/target.h b/source/target.h index ccc616b..a649e92 100644 --- a/source/target.h +++ b/source/target.h @@ -117,7 +117,7 @@ public: /** Invokes the associated Tool to build the target and returns the resulting Task. The task must be started by the caller. */ - Task *build(); + virtual Task *build(); protected: /** Handler for Task::signal_finished. */