summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBA_String.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CORBA_String.inl')
-rw-r--r--TAO/tao/CORBA_String.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/CORBA_String.inl b/TAO/tao/CORBA_String.inl
index 4212f2cd565..af595f91619 100644
--- a/TAO/tao/CORBA_String.inl
+++ b/TAO/tao/CORBA_String.inl
@@ -168,7 +168,7 @@ CORBA::WString_var::operator[] (CORBA::ULong slot) const
}
ACE_INLINE
-CORBA::WString_var::operator CORBA::WChar *()
+CORBA::WString_var::operator CORBA::WChar *&()
{
return this->ptr_;
}