diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-26 11:15:33 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-26 11:15:33 -0400 |
commit | 3db6752efbe34cd15a749fa036840dcecdd22bd6 (patch) | |
tree | ccb7ecfe9a74a28022478394ba296fb9a28d5563 /Source/cmakewizard.h | |
parent | 094dd40d2eb3561d4b5763fbdc857f01ddb0b57b (diff) | |
download | cmake-3db6752efbe34cd15a749fa036840dcecdd22bd6.tar.gz |
COMP: Remove warning
Diffstat (limited to 'Source/cmakewizard.h')
-rw-r--r-- | Source/cmakewizard.h | 2 |
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. */ |