diff options
Diffstat (limited to 'TAO/tao/Sequence_T.h')
-rw-r--r-- | TAO/tao/Sequence_T.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Sequence_T.h b/TAO/tao/Sequence_T.h index f4728710c85..5ef43768610 100644 --- a/TAO/tao/Sequence_T.h +++ b/TAO/tao/Sequence_T.h @@ -650,7 +650,7 @@ public: // If release=TRUE, the destructor destroys each of the current // elements (items zero through length-1). - TAO_String_Manager operator[] (CORBA::ULong index) const; + TAO_SeqElem_String_Manager operator[] (CORBA::ULong index) const; // read-write accessor static char **allocbuf (CORBA::ULong length); |