From 3ad4a8c2a9ea14e70caeea4fe170504c383e7279 Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 13 May 1997 14:58:00 +0000 Subject: ~DnnEvent is now virtual to allow dynamic casts --- dnn/Event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dnn') 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; } -- cgit v1.1