summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-30 20:05:58 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-30 20:05:58 +0000
commit20ae7753ee54c4cf0ea8e2bd548a7b6f8bcc1ce9 (patch)
treec801e779398b0c591b02e1feedff95ab88a5976e
parent8b5d8b0243e202f79bbe5dc732d4cd75d0341d45 (diff)
downloadATCD-20ae7753ee54c4cf0ea8e2bd548a7b6f8bcc1ce9.tar.gz
Missed a 'const' that I should have removed.
-rw-r--r--TAO/tao/Typecode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Typecode.cpp b/TAO/tao/Typecode.cpp
index d3a72b15dbd..da72eb2e871 100644
--- a/TAO/tao/Typecode.cpp
+++ b/TAO/tao/Typecode.cpp
@@ -650,7 +650,7 @@ TC_Private_State::~TC_Private_State (void)
// Point of recursion for equal() and equivalent().
CORBA::Boolean
-CORBA_TypeCode::equ_common (const CORBA::TypeCode_ptr tc,
+CORBA_TypeCode::equ_common (CORBA::TypeCode_ptr tc,
CORBA::Boolean equiv_only,
CORBA::Environment &ACE_TRY_ENV) const
{