summaryrefslogtreecommitdiff
path: root/ACE/ace/Reactor_Timer_Interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Reactor_Timer_Interface.h')
-rw-r--r--ACE/ace/Reactor_Timer_Interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Reactor_Timer_Interface.h b/ACE/ace/Reactor_Timer_Interface.h
index 150fd55fa67..71202e0ccf7 100644
--- a/ACE/ace/Reactor_Timer_Interface.h
+++ b/ACE/ace/Reactor_Timer_Interface.h
@@ -31,7 +31,7 @@ class ACE_Event_Handler;
class ACE_Export ACE_Reactor_Timer_Interface
{
public:
- virtual ~ACE_Reactor_Timer_Interface (void);
+ virtual ~ACE_Reactor_Timer_Interface ();
virtual long schedule_timer (ACE_Event_Handler *event_handler,
const void *arg,