summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Object.i')
-rw-r--r--TAO/tao/Object.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Object.i b/TAO/tao/Object.i
index db78c46a7dd..cc50a8d9f05 100644
--- a/TAO/tao/Object.i
+++ b/TAO/tao/Object.i
@@ -85,7 +85,7 @@ CORBA_Object::_unchecked_narrow (CORBA_Object_ptr obj, CORBA::Environment &)
ACE_reinterpret_cast (CORBA::Object_ptr,
obj->_tao_QueryInterface
(ACE_reinterpret_cast (ptr_arith_t,
- &CORBA::Object::_tao_class_id)));
+ &CORBA::Object::_narrow)));
else
return CORBA::Object::_duplicate (obj);
}