summaryrefslogtreecommitdiff
path: root/Source/cmakewizard.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-26 11:15:33 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-26 11:15:33 -0400
commit3db6752efbe34cd15a749fa036840dcecdd22bd6 (patch)
treeccb7ecfe9a74a28022478394ba296fb9a28d5563 /Source/cmakewizard.h
parent094dd40d2eb3561d4b5763fbdc857f01ddb0b57b (diff)
downloadcmake-3db6752efbe34cd15a749fa036840dcecdd22bd6.tar.gz
COMP: Remove warning
Diffstat (limited to 'Source/cmakewizard.h')
-rw-r--r--Source/cmakewizard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmakewizard.h b/Source/cmakewizard.h
index 5dc7a92204..ec79c5236a 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.
*/