summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/TypeCode.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/AnyTypeCode/TypeCode.inl')
-rw-r--r--TAO/tao/AnyTypeCode/TypeCode.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/AnyTypeCode/TypeCode.inl b/TAO/tao/AnyTypeCode/TypeCode.inl
index a9317676261..cc0d60185b7 100644
--- a/TAO/tao/AnyTypeCode/TypeCode.inl
+++ b/TAO/tao/AnyTypeCode/TypeCode.inl
@@ -29,9 +29,9 @@ CORBA::TypeCode::_duplicate (CORBA::TypeCode_ptr tc)
}
ACE_INLINE CORBA::TypeCode_ptr
-CORBA::TypeCode::_nil (void)
+CORBA::TypeCode::_nil (nullptr)
{
- return static_cast<CORBA::TypeCode_ptr> (0);
+ return nullptr;
}
ACE_INLINE CORBA::TCKind