summaryrefslogtreecommitdiff
path: root/TAO/tao/Fixed_Array_Argument_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Fixed_Array_Argument_T.cpp')
-rw-r--r--TAO/tao/Fixed_Array_Argument_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Fixed_Array_Argument_T.cpp b/TAO/tao/Fixed_Array_Argument_T.cpp
index b50d93423d9..e210ffd5400 100644
--- a/TAO/tao/Fixed_Array_Argument_T.cpp
+++ b/TAO/tao/Fixed_Array_Argument_T.cpp
@@ -102,7 +102,7 @@ CORBA::Boolean
TAO::Ret_Fixed_Array_Argument_T<S_var,S_forany,Insert_Policy>::
demarshal (TAO_InputCDR & cdr)
{
- typedef TAO::Array_Traits<S_forany> ARRAY_TRAITS;
+ typedef TAO::details::array_traits<S_forany::_array_traits> ARRAY_TRAITS;
typename S_forany::_slice_type * tmp_ptr = 0;
ACE_ALLOCATOR_RETURN (tmp_ptr,
ARRAY_TRAITS::alloc (),