From e80fac58cb4bf929d8d09e4bd998c3865118b567 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 20 Mar 2003 04:36:34 +0000 Subject: "" svn path=/trunk/; revision=484 --- externals/grill/flext/source/flsupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/flext/source') 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; } -- cgit v1.2.1