summaryrefslogtreecommitdiff
path: root/TAO/tao/Special_Basic_Argument_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Special_Basic_Argument_T.cpp')
-rw-r--r--TAO/tao/Special_Basic_Argument_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Special_Basic_Argument_T.cpp b/TAO/tao/Special_Basic_Argument_T.cpp
index 3451b51a3b1..502ce2bd73b 100644
--- a/TAO/tao/Special_Basic_Argument_T.cpp
+++ b/TAO/tao/Special_Basic_Argument_T.cpp
@@ -98,7 +98,7 @@ TAO::Ret_Special_Basic_Argument_T<S,to_S,from_S>::interceptor_result (
CORBA::Any * any
)
{
- (*any) <<= this->x_;
+ (*any) <<= from_S (this->x_);
}
#endif /* TAO_SPECIAL_BASIC_ARGUMENT_T_C */