]> git.tdb.fi Git - builder.git/blobdiff - source/target.h
Make Target::build virtual and move the unlink call to FileTarget
[builder.git] / source / target.h
index ccc616bb464a50a950888040bf41e058d92a1790..a649e92e157057459e8dbcce918897eb417b053b 100644 (file)
@@ -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. */