summaryrefslogtreecommitdiff
path: root/TAO/tao/Pluggable_Messaging_Utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Pluggable_Messaging_Utils.cpp')
-rw-r--r--TAO/tao/Pluggable_Messaging_Utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Pluggable_Messaging_Utils.cpp b/TAO/tao/Pluggable_Messaging_Utils.cpp
index fd43f298cee..28b548ce1df 100644
--- a/TAO/tao/Pluggable_Messaging_Utils.cpp
+++ b/TAO/tao/Pluggable_Messaging_Utils.cpp
@@ -8,7 +8,7 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
TAO_Pluggable_Reply_Params::TAO_Pluggable_Reply_Params (TAO_Transport *t)
- : input_cdr_ (0)
+ : input_cdr_ (nullptr)
, transport_ (t)
{
}