summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ORB_Core.cpp')
-rw-r--r--TAO/tao/ORB_Core.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/ORB_Core.cpp b/TAO/tao/ORB_Core.cpp
index 408bbff08f6..e91407c0d79 100644
--- a/TAO/tao/ORB_Core.cpp
+++ b/TAO/tao/ORB_Core.cpp
@@ -3604,8 +3604,7 @@ TAO_ORB_Core::valuetype_adapter (void)
{
TAO_Valuetype_Adapter_Factory * vt_ap_factory =
ACE_Dynamic_Service<TAO_Valuetype_Adapter_Factory>::instance (
- TAO_ORB_Core::valuetype_adapter_factory_name ()
- );
+ TAO_ORB_Core::valuetype_adapter_factory_name ());
if (vt_ap_factory)
{