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 e0df596e414..b9c7bbd3e41 100644
--- a/ACE/examples/Threads/token.cpp
+++ b/ACE/examples/Threads/token.cpp
@@ -13,7 +13,7 @@ class My_Task : public ACE_Task<ACE_MT_SYNCH>
{
public:
My_Task (int n);
- virtual int svc (void);
+ virtual int svc ();
static void sleep_hook (void *);