summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3499_Regression/DLL_Service_Host.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3499_Regression/DLL_Service_Host.cpp')
-rw-r--r--TAO/tests/Bug_3499_Regression/DLL_Service_Host.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_3499_Regression/DLL_Service_Host.cpp b/TAO/tests/Bug_3499_Regression/DLL_Service_Host.cpp
index 52ea597f868..d1c4ae09bba 100644
--- a/TAO/tests/Bug_3499_Regression/DLL_Service_Host.cpp
+++ b/TAO/tests/Bug_3499_Regression/DLL_Service_Host.cpp
@@ -43,7 +43,7 @@ int ACE_TMAIN (int argc, ACE_TCHAR * argv [])
-1);
}
- typedef ACE_DLL_Service * (*factory_type) (void);
+ typedef ACE_DLL_Service * (*factory_type) ();
ptrdiff_t tmp_ptr = reinterpret_cast <ptrdiff_t> (symbol);
factory_type f = reinterpret_cast <factory_type> (tmp_ptr);