diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-02-07 08:23:48 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2019-02-07 08:23:48 +0100 |
commit | 5d648d223c432ad29e689d036c77de7dca721c77 (patch) | |
tree | 174707612f874cf92e7c7cc33c3a2ef01872aa55 /ACE/ace/OS_NS_Thread.cpp | |
parent | d71017df63e2cb01a062d89bbd41d90584a755ff (diff) | |
download | ATCD-5d648d223c432ad29e689d036c77de7dca721c77.tar.gz |
Add missing explicit
* ACE/ace/OS_NS_Thread.cpp:
Diffstat (limited to 'ACE/ace/OS_NS_Thread.cpp')
-rw-r--r-- | ACE/ace/OS_NS_Thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_Thread.cpp b/ACE/ace/OS_NS_Thread.cpp index 927a2694d64..8a052271775 100644 --- a/ACE/ace/OS_NS_Thread.cpp +++ b/ACE/ace/OS_NS_Thread.cpp @@ -595,7 +595,7 @@ public: USE, DESTROY }; - TSS_Cleanup_Instance (Purpose purpose = USE); + explicit TSS_Cleanup_Instance (Purpose purpose = USE); ~TSS_Cleanup_Instance(); bool valid(); |