summaryrefslogtreecommitdiff
path: root/ACE/ace/Unbounded_Queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Unbounded_Queue.h')
-rw-r--r--ACE/ace/Unbounded_Queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Unbounded_Queue.h b/ACE/ace/Unbounded_Queue.h
index 172f0b84319..f0773b44ccc 100644
--- a/ACE/ace/Unbounded_Queue.h
+++ b/ACE/ace/Unbounded_Queue.h
@@ -157,7 +157,7 @@ public:
/**
* Initialize an empty queue using the strategy provided.
*/
- ACE_Unbounded_Queue (ACE_Allocator *alloc = 0);
+ ACE_Unbounded_Queue (ACE_Allocator *alloc = nullptr);
/// Copy constructor.
/**