diff options
Diffstat (limited to 'ACE')
-rw-r--r-- | ACE/ace/Synch_Options.h | 2 |
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 |