diff options
Diffstat (limited to 'TAO/tao/Any.i')
-rw-r--r-- | TAO/tao/Any.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Any.i b/TAO/tao/Any.i index 88586c64431..75bab296c4f 100644 --- a/TAO/tao/Any.i +++ b/TAO/tao/Any.i @@ -250,7 +250,7 @@ operator >>= (const CORBA::Any_var &lhs, CORBA::Double &rhs) } ACE_INLINE CORBA::Boolean -operator >>= (const CORBA::Any_var &lhs, CORBA::Any &rhs) +operator >>= (const CORBA::Any_var &lhs, CORBA::Any *&rhs) { return lhs.in () >>= rhs; } |