summaryrefslogtreecommitdiff
path: root/TAO/tao/DynArray_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynArray_i.h')
-rw-r--r--TAO/tao/DynArray_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/DynArray_i.h b/TAO/tao/DynArray_i.h
index 967c672a4f8..f09ab38ab29 100644
--- a/TAO/tao/DynArray_i.h
+++ b/TAO/tao/DynArray_i.h
@@ -150,7 +150,7 @@ private:
CORBA::TypeCode_var type_;
// Holds the typecode of the array
- CORBA::Long current_index_;
+ CORBA::Long index_;
// Slot of the current component
ACE_Array_Base<CORBA_DynAny_var> da_members_;