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