summaryrefslogtreecommitdiffstats
path: root/src/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/button.h')
-rw-r--r--src/button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/button.h b/src/button.h
index 1b50682..2d30eea 100644
--- a/src/button.h
+++ b/src/button.h
@@ -31,7 +31,7 @@ class CButton : public CControl
{
public:
CButton(CInstanceManager* iMan);
- ~CButton();
+ virtual ~CButton();
BOOL Create(FPOINT pos, FPOINT dim, int icon, EventMsg eventMsg);