]> git.tdb.fi Git - builder.git/commitdiff
Target::prepare shouldn't be virtual
authorMikko Rasa <tdb@tdb.fi>
Mon, 16 Jul 2012 20:58:29 +0000 (23:58 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 16 Jul 2012 23:30:04 +0000 (02:30 +0300)
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. */