summaryrefslogtreecommitdiff
path: root/TAO/tao/NVList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/NVList.cpp')
-rw-r--r--TAO/tao/NVList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/NVList.cpp b/TAO/tao/NVList.cpp
index 25e833f6c93..f0db721c9bf 100644
--- a/TAO/tao/NVList.cpp
+++ b/TAO/tao/NVList.cpp
@@ -151,7 +151,7 @@ CORBA_NVList::add_value (const char *name,
// The normal behaviour for parameters is that the ORB "borrows"
// their memory for the duration of calls.
//
- nv->any_._tao_replace (value.type_.in (),
+ nv->any_._tao_replace (value.type_,
value.byte_order_,
value.cdr_);
}