summaryrefslogtreecommitdiff
path: root/TAO/tao/Any.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Any.cpp')
-rw-r--r--TAO/tao/Any.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Any.cpp b/TAO/tao/Any.cpp
index 09660894cf7..d6308298b4d 100644
--- a/TAO/tao/Any.cpp
+++ b/TAO/tao/Any.cpp
@@ -914,7 +914,7 @@ operator>>= (const CORBA::Any &any, CORBA::TypeCode_ptr &tc)
{
return TAO::Any_Impl_T<CORBA::TypeCode>::extract (
any,
- CORBA::TypeCode::_tao_any_destructor,
+ CORBA_TypeCode::_tao_any_destructor,
CORBA::_tc_TypeCode,
tc
);