summaryrefslogtreecommitdiff
path: root/tests/Service_Config_DLL.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Service_Config_DLL.cpp')
-rw-r--r--tests/Service_Config_DLL.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Service_Config_DLL.cpp b/tests/Service_Config_DLL.cpp
index 54b58705bad..04f45ea10ce 100644
--- a/tests/Service_Config_DLL.cpp
+++ b/tests/Service_Config_DLL.cpp
@@ -12,8 +12,7 @@ ACE_RCSID (tests,
static ACE_THR_FUNC_RETURN
invoke_service_config (void *arg)
{
- const ACE_TCHAR *directive = ACE_reinterpret_cast (const ACE_TCHAR *,
- arg);
+ const ACE_TCHAR *directive = reinterpret_cast<const ACE_TCHAR *> (arg);
// Process a Service Configurator directive in the current thread.