summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Any.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/Any.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/Any.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/AnyTypeCode/Any.cpp b/TAO/tao/AnyTypeCode/Any.cpp
index 22933693e3d..0b4aad913f8 100644
--- a/TAO/tao/AnyTypeCode/Any.cpp
+++ b/TAO/tao/AnyTypeCode/Any.cpp
@@ -150,7 +150,7 @@ CORBA::Any::type (CORBA::TypeCode_ptr tc
}
else
{
- throw ( ::CORBA::BAD_TYPECODE ());
+ throw ::CORBA::BAD_TYPECODE ();
}
}