summaryrefslogtreecommitdiffstats
path: root/Source/cmakewizard.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-26 15:15:33 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-04-26 15:15:33 (GMT)
commit3db6752efbe34cd15a749fa036840dcecdd22bd6 (patch)
treeccb7ecfe9a74a28022478394ba296fb9a28d5563 /Source/cmakewizard.h
parent094dd40d2eb3561d4b5763fbdc857f01ddb0b57b (diff)
downloadCMake-3db6752efbe34cd15a749fa036840dcecdd22bd6.zip
CMake-3db6752efbe34cd15a749fa036840dcecdd22bd6.tar.gz
CMake-3db6752efbe34cd15a749fa036840dcecdd22bd6.tar.bz2
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 5dc7a92..ec79c52 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.
*/