summaryrefslogtreecommitdiff
path: root/ACE/tests/TSS_Leak_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/TSS_Leak_Test.cpp')
-rw-r--r--ACE/tests/TSS_Leak_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/TSS_Leak_Test.cpp b/ACE/tests/TSS_Leak_Test.cpp
index 2b7bf87e453..e405fa2a216 100644
--- a/ACE/tests/TSS_Leak_Test.cpp
+++ b/ACE/tests/TSS_Leak_Test.cpp
@@ -20,7 +20,7 @@ struct Task : ACE_Task_Base
{
explicit Task (ACE_TSS<X> *tss) : tss_(tss) {}
- int svc (void)
+ int svc () override
{
X *x = *tss_;
ACE_UNUSED_ARG (x);