From: Alex Rousskov Date: Thu, 8 May 2008 20:08:51 +0000 (-0600) Subject: Made finalize() virtual to clarify that it is being implemented in the kids. X-Git-Tag: SQUID_3_1_0_1~45^2~11^2~26^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1083abc34faedf3cfea5577f25c89bbd790dee5;p=thirdparty%2Fsquid.git Made finalize() virtual to clarify that it is being implemented in the kids. --- diff --git a/src/adaptation/Config.h b/src/adaptation/Config.h index 5de8be95e0..22c9bc2a89 100644 --- a/src/adaptation/Config.h +++ b/src/adaptation/Config.h @@ -57,7 +57,7 @@ public: ServicePointer findService(const String&); Class * findClass(const String& key); - void finalize(); + virtual void finalize(); private: Config(const Config &); // unsupported