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