diff options
-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 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. */ |