summaryrefslogtreecommitdiff
path: root/TAO/tao/CORBA_String.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-06-02 07:38:06 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-06-02 07:38:06 +0000
commitc91cf4730938d9f0cf99768e3092794e5c968120 (patch)
tree5d66542032fa0d8a6e6477f5044d305055fced07 /TAO/tao/CORBA_String.h
parent18246c7def2be102f4f63cfec13906420e3746ac (diff)
downloadATCD-c91cf4730938d9f0cf99768e3092794e5c968120.tar.gz
ChangeLogTag:Wed Jun 2 00:37:17 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/CORBA_String.h')
-rw-r--r--TAO/tao/CORBA_String.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/CORBA_String.h b/TAO/tao/CORBA_String.h
index 46b926a0d4a..50e3564e806 100644
--- a/TAO/tao/CORBA_String.h
+++ b/TAO/tao/CORBA_String.h
@@ -208,7 +208,7 @@ namespace CORBA
WString_var &operator= (const WString_var &s);
/// access and modify.
- operator CORBA::WChar *();
+ operator CORBA::WChar *&();
/// only read privileges.
operator const CORBA::WChar *() const;