summaryrefslogtreecommitdiff
path: root/ace/Strategies_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Strategies_T.cpp')
-rw-r--r--ace/Strategies_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Strategies_T.cpp b/ace/Strategies_T.cpp
index 746e3ed09ab..8f563c7f279 100644
--- a/ace/Strategies_T.cpp
+++ b/ace/Strategies_T.cpp
@@ -140,7 +140,7 @@ ACE_DLL_Strategy<SVC_HANDLER>::make_svc_handler (SVC_HANDLER *&sh)
{
ACE_TRACE ("ACE_DLL_Strategy<SVC_HANDLER>::make_svc_handler");
// Open the shared library.
- void *handle = (void *) ACE_OS::dlopen (this->shared_library_);
+ ACE_SHLIB_HANDLE handle = ACE_OS::dlopen (this->shared_library_);
// Extract the factory function.
SVC_HANDLER *(*factory)(void) = (SVC_HANDLER *(*)(void)) ACE_OS::dlsym