From 80ce581a0dcab31ae55732ea1d14c9491010e6cb Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 23 Apr 2001 10:23:24 -0400 Subject: [PATCH] ERR: Added virtual destructor to complement virtual functions in cmIfFunctionBlocker. --- Source/cmIfCommand.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmIfCommand.h b/Source/cmIfCommand.h index 2523f8ba3..1c9bef3ef 100644 --- a/Source/cmIfCommand.h +++ b/Source/cmIfCommand.h @@ -28,6 +28,7 @@ class cmIfFunctionBlocker : public cmFunctionBlocker { public: + virtual ~cmIfFunctionBlocker() {} virtual bool IsFunctionBlocked(const char *name, const std::vector &args, const cmMakefile &mf) const; virtual bool ShouldRemove(const char *name, const std::vector &args,