summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-12-16 15:21:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-12-16 15:21:51 +0000
commit47fd1f430181be20220a0985b28a24cc7eaa295e (patch)
tree703a39285afd7876800ea560698c1c0dd5b427fb
parent9751bd9cc2792e1622b792753f85fa66c560c929 (diff)
downloadATCD-47fd1f430181be20220a0985b28a24cc7eaa295e.tar.gz
ChangeLogTag: Thu Dec 16 15:21:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-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