summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-29 14:05:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-29 14:05:23 +0000
commitf787fb6a59e004b8c124449ff134f09eb39d98a0 (patch)
treea3cacd1eb9e1c8e2234d5594b0ce16b8221a9bfa
parentc945f555bbdc4f8e93a31bf77db4e07cfb742868 (diff)
downloadATCD-f787fb6a59e004b8c124449ff134f09eb39d98a0.tar.gz
ChangeLogTag: Tue Mar 29 15:05 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ace/Refcounted_Auto_Ptr.h2
1 files changed, 1 insertions, 1 deletions
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