From 5881b8499dc159564d2f69c3b037e16b4d1af4db Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Mon, 16 Jul 2012 23:58:29 +0300 Subject: [PATCH] Target::prepare shouldn't be virtual --- source/target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/target.h b/source/target.h index a649e92..62b6721 100644 --- a/source/target.h +++ b/source/target.h @@ -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. */ -- 2.43.0