summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/append.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/append.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/append.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/AnyTypeCode/append.cpp b/TAO/tao/AnyTypeCode/append.cpp
index af885729ecb..cd4a7d18567 100644
--- a/TAO/tao/AnyTypeCode/append.cpp
+++ b/TAO/tao/AnyTypeCode/append.cpp
@@ -1151,7 +1151,7 @@ TAO_Marshal_Value::append (CORBA::TypeCode_ptr tc,
return TAO::TRAVERSE_STOP;
}
- TAO_ORB_Core *orb_core = src->orb_core ();
+ TAO_ORB_Core *orb_core = src->orb_core ();
if (orb_core == 0)
{
orb_core = TAO_ORB_Core_instance ();