aboutsummaryrefslogtreecommitdiff
path: root/include/smelt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/smelt.hpp')
-rw-r--r--include/smelt.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/smelt.hpp b/include/smelt.hpp
index 90ffc22..3894e34 100644
--- a/include/smelt.hpp
+++ b/include/smelt.hpp
@@ -74,7 +74,9 @@ typedef bool (*smHook)();
//Wrapper abstract class for a function that can hook into SMELT
class smHandler
{
- public: virtual bool handlerFunc()=0;
+ public:
+ virtual ~smHandler(){}
+ virtual bool handlerFunc()=0;
};
//Special FPS modes