summaryrefslogtreecommitdiff
path: root/ACE/tests/Bound_Ptr_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-11 13:55:11 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-11 13:55:11 +0200
commit1fd62332d6fb341deb28dc92c9128fa3346908db (patch)
tree18ce746c31244995eb0b44c56343e232c305d63d /ACE/tests/Bound_Ptr_Test.cpp
parent6ef233f574afae7756d7e00fcfc2dc726003dd60 (diff)
downloadATCD-1fd62332d6fb341deb28dc92c9128fa3346908db.tar.gz
Mark single argument constructors explicit
* ACE/tests/Bound_Ptr_Test.cpp: * ACE/tests/Intrusive_Auto_Ptr_Test.cpp: * ACE/tests/Refcounted_Auto_Ptr_Test.cpp:
Diffstat (limited to 'ACE/tests/Bound_Ptr_Test.cpp')
-rw-r--r--ACE/tests/Bound_Ptr_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Bound_Ptr_Test.cpp b/ACE/tests/Bound_Ptr_Test.cpp
index 85b7fdafe0a..9b663caafdb 100644
--- a/ACE/tests/Bound_Ptr_Test.cpp
+++ b/ACE/tests/Bound_Ptr_Test.cpp
@@ -177,7 +177,7 @@ Printer::print (void)
class Method_Request_print : public ACE_Method_Request
{
public:
- Method_Request_print (Printer_var &printer);
+ explicit Method_Request_print (Printer_var &printer);
virtual ~Method_Request_print (void);
/// This is the entry point into the Active Object method.