summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-06 17:22:32 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-01-06 17:22:32 +0000
commitf2eb69a8898f31778c571ddde24eb1f5c9e61ae2 (patch)
treef512bd530c9db28628c663e28c711559d5814b9b
parentcac973e5453d777eb6a5e602c1372a8610ba9e4e (diff)
downloadATCD-f2eb69a8898f31778c571ddde24eb1f5c9e61ae2.tar.gz
Attemp to make HPUX happy.
-rw-r--r--TAO/tao/Any.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Any.cpp b/TAO/tao/Any.cpp
index a755ffb1eba..f9a75265904 100644
--- a/TAO/tao/Any.cpp
+++ b/TAO/tao/Any.cpp
@@ -1436,7 +1436,7 @@ CORBA_Any::operator>>= (const CORBA::Any *&a) const
}
else
{
- delete ACE_const_cast (CORBA::Any *, a);
+ delete ACE_const_cast (CORBA::Any *&, a);
a = 0;
return 0;
}