From b322882eef3cecde3ed25d91a3ac3b33bd2ef1b7 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 11 Apr 2005 10:24:32 +0000 Subject: ChangeLogTag: Mon Apr 11 11:17:12 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 8574f25da3b..620ef555cfb 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. - explicit ACE_Refcounted_Auto_Ptr (X *p = 0); + 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