summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads/token.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Threads/token.cpp')
-rw-r--r--ACE/examples/Threads/token.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Threads/token.cpp b/ACE/examples/Threads/token.cpp
index 391a7adafa3..411b37fbdf7 100644
--- a/ACE/examples/Threads/token.cpp
+++ b/ACE/examples/Threads/token.cpp
@@ -39,7 +39,7 @@ My_Task::sleep_hook (void *)
// Test out the behavior of the ACE_Token class.
int
-My_Task::svc (void)
+My_Task::svc ()
{
for (size_t i = 0; i < 100; i++)
{