summaryrefslogtreecommitdiffstats
path: root/Source/FLTKDialog/CMakeSetupGUI.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-11-13 17:38:53 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-11-13 17:38:53 (GMT)
commit41017cbc88b7f5e7de3df57f2626a7214eaeeb85 (patch)
tree26d46011cb0fa5243819d64840c088290d74cea5 /Source/FLTKDialog/CMakeSetupGUI.h
parentf3ebd438c75da4534ee77514381976d800db7bef (diff)
downloadCMake-41017cbc88b7f5e7de3df57f2626a7214eaeeb85.zip
CMake-41017cbc88b7f5e7de3df57f2626a7214eaeeb85.tar.gz
CMake-41017cbc88b7f5e7de3df57f2626a7214eaeeb85.tar.bz2
ENH: clean up warnings
Diffstat (limited to 'Source/FLTKDialog/CMakeSetupGUI.h')
-rw-r--r--Source/FLTKDialog/CMakeSetupGUI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/FLTKDialog/CMakeSetupGUI.h b/Source/FLTKDialog/CMakeSetupGUI.h
index 2a26f92..22322b7 100644
--- a/Source/FLTKDialog/CMakeSetupGUI.h
+++ b/Source/FLTKDialog/CMakeSetupGUI.h
@@ -67,7 +67,7 @@ private:
inline void cb_m_OKButton_i(Fl_Button*, void*);
static void cb_m_OKButton(Fl_Button*, void*);
public:
- ~CMakeSetupGUI();
+ virtual ~CMakeSetupGUI();
virtual void Close(void);
virtual void BrowseForSourcePath(void);
virtual void BrowseForBinaryPath(void);