summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r--TAO/tao/Object.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index 55bb36094ee..f57c9399a69 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -290,8 +290,7 @@ namespace CORBA
TAO_Abstract_ServantBase *servant = 0,
TAO_ORB_Core *orb_core = 0);
- Object (IOP::IOR *ior,
- TAO_ORB_Core *orb_core = 0);
+ Object (IOP::IOR *ior, TAO_ORB_Core *orb_core = 0);
/// Get the underlying stub object.
virtual TAO_Stub *_stubobj (void) const;