aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-03-20 04:36:34 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-03-20 04:36:34 +0000
commite80fac58cb4bf929d8d09e4bd998c3865118b567 (patch)
tree4ebcbb52617ebf92dc48231a8edf53d581cc69a0 /externals/grill/flext/source
parent6a2cccf403ac6045d987eb771b5ac904a33b122a (diff)
""
svn path=/trunk/; revision=484
Diffstat (limited to 'externals/grill/flext/source')
-rw-r--r--externals/grill/flext/source/flsupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flsupport.h b/externals/grill/flext/source/flsupport.h
index c9235d95..a40ef6cf 100644
--- a/externals/grill/flext/source/flsupport.h
+++ b/externals/grill/flext/source/flsupport.h
@@ -883,7 +883,7 @@ public:
{
public:
Timer(bool queued = false);
- ~Timer();
+ virtual ~Timer();
//! Set timer callback function
void SetCallback(void (*cb)(void *data)) { clss = NULL,cback = cb; }