summaryrefslogtreecommitdiff
path: root/ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp')
-rw-r--r--ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp b/ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp
index a0e512a6fc5..18e0373eccc 100644
--- a/ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp
+++ b/ACE/examples/Reactor/WFMO_Reactor/Exceptions.cpp
@@ -45,7 +45,7 @@ public:
return 0;
}
- ACE_HANDLE get_handle (void) const
+ ACE_HANDLE get_handle () const
{
return this->event_.handle ();
}