summaryrefslogtreecommitdiff
path: root/ACE/examples/Threads/tss1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Threads/tss1.cpp')
-rw-r--r--ACE/examples/Threads/tss1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Threads/tss1.cpp b/ACE/examples/Threads/tss1.cpp
index 2ef87c3819d..9fa78c3f2af 100644
--- a/ACE/examples/Threads/tss1.cpp
+++ b/ACE/examples/Threads/tss1.cpp
@@ -47,7 +47,7 @@ public:
Tester (void) {}
~Tester (void) {}
- virtual int svc (void);
+ virtual int svc ();
//FUZZ: disable check_for_lack_ACE_OS
/// Activate the thread.