From f787fb6a59e004b8c124449ff134f09eb39d98a0 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 29 Mar 2005 14:05:23 +0000 Subject: ChangeLogTag: Tue Mar 29 15:05 UTC 2005 Johnny Willemsen --- ace/Refcounted_Auto_Ptr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ace/Refcounted_Auto_Ptr.h b/ace/Refcounted_Auto_Ptr.h index 620ef555cfb..8574f25da3b 100644 --- a/ace/Refcounted_Auto_Ptr.h +++ b/ace/Refcounted_Auto_Ptr.h @@ -43,7 +43,7 @@ public: /// Constructor that initializes an @c ACE_Refcounted_Auto_Ptr to /// point to the result immediately. - ACE_Refcounted_Auto_Ptr (X *p = 0); + explicit ACE_Refcounted_Auto_Ptr (X *p = 0); /// Copy constructor binds the created object and @c r to the same /// @c ACE_Refcounted_Auto_Ptr_Rep. An @c ACE_Refcounted_Auto_Ptr_Rep -- cgit v1.2.1