summaryrefslogtreecommitdiff
path: root/dnn/Event.h
diff options
context:
space:
mode:
Diffstat (limited to 'dnn/Event.h')
-rw-r--r--dnn/Event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dnn/Event.h b/dnn/Event.h
index fcb24ca..da03c8e 100644
--- a/dnn/Event.h
+++ b/dnn/Event.h
@@ -87,7 +87,7 @@ protected:
DnnEvent (const DnnEventType*, bool);
public:
DnnEvent (const DnnEventType*);
- ~DnnEvent ();
+virtual ~DnnEvent ();
void SetFeature (int, const void*);
void GetFeature (int, void*);
inline const DnnEventType* GetType () const { return &Type; }