summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-14 14:04:25 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-14 14:04:25 +0000
commitf61ef4122f06db5d52dc07b2a8cb2cba0b615e18 (patch)
tree3d0bc8d5c36d92391ba67e2315356592e5cc2314
parent993fca5702eda1bca4adc21ecf9d983195aa9747 (diff)
downloadATCD-f61ef4122f06db5d52dc07b2a8cb2cba0b615e18.tar.gz
typo
-rw-r--r--TAO/tao/Sequence_T.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Sequence_T.i b/TAO/tao/Sequence_T.i
index ea366c98c53..f08e8198b94 100644
--- a/TAO/tao/Sequence_T.i
+++ b/TAO/tao/Sequence_T.i
@@ -516,7 +516,7 @@ TAO_Unbounded_Array_Sequence<T, T_var>::get_buffer (CORBA::Boolean orphan)
if (this->buffer_ == 0)
{
result =
- TAO_Unbounded_Array_Sequence<T, T_Var>::allocbuf (this->length_);
+ TAO_Unbounded_Array_Sequence<T, T_var>::allocbuf (this->length_);
this->buffer_ = result;
}
else