summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Thread_Manager_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Thread_Manager_Test.cpp b/tests/Thread_Manager_Test.cpp
index 50600c18158..d494886656f 100644
--- a/tests/Thread_Manager_Test.cpp
+++ b/tests/Thread_Manager_Test.cpp
@@ -322,7 +322,7 @@ run_main (int, ACE_TCHAR *[])
#endif /* VXWORKS */
n_threads,
(ACE_THR_FUNC) worker,
- ACE_reinterpret_cast (void *, n_iterations),
+ reinterpret_cast <void *> (n_iterations),
THR_BOUND
#if defined (VXWORKS)
, ACE_DEFAULT_THREAD_PRIORITY