summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/ub_str_seq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/ub_str_seq.cpp')
-rw-r--r--TAO/tests/Param_Test/ub_str_seq.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/ub_str_seq.cpp b/TAO/tests/Param_Test/ub_str_seq.cpp
index 6248e49e707..8fc56d50925 100644
--- a/TAO/tests/Param_Test/ub_str_seq.cpp
+++ b/TAO/tests/Param_Test/ub_str_seq.cpp
@@ -49,7 +49,7 @@ Test_String_Sequence::dii_req_invoke (CORBA::Request *req)
req->invoke ();
- CORBA::StringSeq *tmp;
+ const CORBA::StringSeq *tmp = 0;
req->return_value () >>= tmp;
this->ret_ = new CORBA::StringSeq (*tmp);