summaryrefslogtreecommitdiff
path: root/tests/Object_Manager_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Object_Manager_Test.cpp')
-rw-r--r--tests/Object_Manager_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Object_Manager_Test.cpp b/tests/Object_Manager_Test.cpp
index 2031f982bbe..d89cc47e558 100644
--- a/tests/Object_Manager_Test.cpp
+++ b/tests/Object_Manager_Test.cpp
@@ -36,7 +36,7 @@ extern "C"
void
hook2 (void * /* object */, void *param)
{
- u_int *paramp = ACE_reinterpret_cast (u_int *, param);
+ u_int *paramp = reinterpret_cast<u_int *> (param);
// We can use ACE_Log_Msg in an ACE_Object_Manager cleanup hook.
// But NOT in an ACE_OS::atexit () hook! However, the ACE_END_TEST