summaryrefslogtreecommitdiff
path: root/ACE/ace/Synch_Options.h
diff options
context:
space:
mode:
authorTimothy Simpson <simpsont@objectcomputing.com>2022-07-12 10:00:51 -0500
committerTimothy Simpson <simpsont@objectcomputing.com>2022-07-12 10:00:51 -0500
commitdee78f113e79812a438f050384ed6ec92d9d4cba (patch)
tree691b5b1eba71b6b28fe6128b97c721b674470eb1 /ACE/ace/Synch_Options.h
parent049a1e9a5c92217a3c257cb0bf6c56d53853fe67 (diff)
downloadATCD-dee78f113e79812a438f050384ed6ec92d9d4cba.tar.gz
Fixes for Static Initialization Order Issues Reported By AddressSanitizer
Diffstat (limited to 'ACE/ace/Synch_Options.h')
-rw-r--r--ACE/ace/Synch_Options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Synch_Options.h b/ACE/ace/Synch_Options.h
index c0b2ff754e8..3bfcb8b18fd 100644
--- a/ACE/ace/Synch_Options.h
+++ b/ACE/ace/Synch_Options.h
@@ -84,7 +84,7 @@ public:
* ACE_Synch_Options makes no use of it internally.
*/
ACE_Synch_Options (unsigned long options = 0,
- const ACE_Time_Value &timeout = ACE_Time_Value::zero,
+ const ACE_Time_Value &timeout = ACE_Time_Value(),
const void *arg = 0);
/// Initialize the object; arguments are the same as for the