summaryrefslogtreecommitdiff
path: root/TAO/tao/Bounded_Sequence_CDR_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Bounded_Sequence_CDR_T.h')
-rw-r--r--TAO/tao/Bounded_Sequence_CDR_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Bounded_Sequence_CDR_T.h b/TAO/tao/Bounded_Sequence_CDR_T.h
index 531e9b77177..379410b5a22 100644
--- a/TAO/tao/Bounded_Sequence_CDR_T.h
+++ b/TAO/tao/Bounded_Sequence_CDR_T.h
@@ -476,7 +476,7 @@ namespace TAO {
return false;
}
for(CORBA::ULong i = 0; i < length; ++i) {
- if (!TAO::Objref_Traits<object_type>::marshal (source[i].in (), strm)) {
+ if (!TAO::Objref_Traits<object_type>::marshal (source[i], strm)) {
return false;
}
}