diff options
Diffstat (limited to 'src/OSSupport/Event.h')
-rw-r--r-- | src/OSSupport/Event.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/OSSupport/Event.h b/src/OSSupport/Event.h index 31f32f8c6..71f418c0c 100644 --- a/src/OSSupport/Event.h +++ b/src/OSSupport/Event.h @@ -20,10 +20,10 @@ class cEvent { public: cEvent(void); - virtual ~cEvent(); + ~cEvent(); - virtual void Wait(void); - virtual void Set (void); + void Wait(void); + void Set (void); private: |