From 3db6752efbe34cd15a749fa036840dcecdd22bd6 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Tue, 26 Apr 2005 11:15:33 -0400 Subject: [PATCH] COMP: Remove warning --- Source/cmakewizard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmakewizard.h b/Source/cmakewizard.h index 5dc7a9220..ec79c5236 100644 --- a/Source/cmakewizard.h +++ b/Source/cmakewizard.h @@ -22,7 +22,7 @@ class cmakewizard { public: cmakewizard(); - ~cmakewizard() {} + virtual ~cmakewizard() {} /** * Prompt the user to see if they want to see advanced entries. */