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