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