summaryrefslogtreecommitdiff
path: root/TAO/tao/Endpoint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Endpoint.cpp')
-rw-r--r--TAO/tao/Endpoint.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Endpoint.cpp b/TAO/tao/Endpoint.cpp
index f6bd16c9dd0..2fc670189d8 100644
--- a/TAO/tao/Endpoint.cpp
+++ b/TAO/tao/Endpoint.cpp
@@ -7,14 +7,14 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-TAO_Endpoint::~TAO_Endpoint (void)
+TAO_Endpoint::~TAO_Endpoint ()
{
}
TAO_Endpoint *
TAO_Endpoint::next_filtered (TAO_ORB_Core *, TAO_Endpoint *root)
{
- if (root == 0)
+ if (root == nullptr)
return this;
return this->next();
}