diff options
Diffstat (limited to 'TAO/tests/Param_Test/ub_objref_seq.cpp')
-rw-r--r-- | TAO/tests/Param_Test/ub_objref_seq.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Param_Test/ub_objref_seq.cpp b/TAO/tests/Param_Test/ub_objref_seq.cpp index 93e18b05ad7..fafb6213e1c 100644 --- a/TAO/tests/Param_Test/ub_objref_seq.cpp +++ b/TAO/tests/Param_Test/ub_objref_seq.cpp @@ -116,8 +116,8 @@ Test_ObjRef_Sequence::run_sii_test (Param_Test_ptr objref, } int -Test_ObjRef_Sequence::add_args (CORBA::NVList_ptr ¶m_list, - CORBA::NVList_ptr &retval, +Test_ObjRef_Sequence::add_args (CORBA::NVList_ptr param_list, + CORBA::NVList_ptr retval, CORBA::Environment &env) { CORBA::Any in_arg (Param_Test::_tc_Coffee_Mix, (void *) &this->in_, 0); |