COMP: Remove warning

This commit is contained in:
Andy Cedilnik 2005-04-26 11:15:33 -04:00
parent 094dd40d2e
commit 3db6752efb

View File

@ -22,7 +22,7 @@ class cmakewizard
{ {
public: public:
cmakewizard(); cmakewizard();
~cmakewizard() {} virtual ~cmakewizard() {}
/** /**
* Prompt the user to see if they want to see advanced entries. * Prompt the user to see if they want to see advanced entries.
*/ */