]> git.tdb.fi Git - builder.git/blobdiff - source/target.h
Target::prepare shouldn't be virtual
[builder.git] / source / target.h
index a649e92e157057459e8dbcce918897eb417b053b..62b67218480184d1888bd5a0d6c6a503ecf1f674 100644 (file)
@@ -113,7 +113,7 @@ protected:
 public:
        /** Prepares the target by finding dependencies, recursively preparing them
        and then checking whether rebuilding is needed. */
-       virtual void prepare();
+       void prepare();
 
        /** Invokes the associated Tool to build the target and returns the
        resulting Task.  The task must be started by the caller. */