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