summaryrefslogtreecommitdiff
path: root/TAO/tao/Stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Stub.h')
-rw-r--r--TAO/tao/Stub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Stub.h b/TAO/tao/Stub.h
index de3020ed58c..feaf10c6ce2 100644
--- a/TAO/tao/Stub.h
+++ b/TAO/tao/Stub.h
@@ -423,7 +423,7 @@ protected:
class TAO_Export TAO_Stub_Auto_Ptr
{
public:
- explicit TAO_Stub_Auto_Ptr (TAO_Stub *p = 0);
+ explicit TAO_Stub_Auto_Ptr (TAO_Stub *p = nullptr);
TAO_Stub_Auto_Ptr (TAO_Stub_Auto_Ptr &ap);
TAO_Stub_Auto_Ptr &operator= (TAO_Stub_Auto_Ptr &rhs);
~TAO_Stub_Auto_Ptr ();