diff options
Diffstat (limited to 'ACE/ace/Unbounded_Set.h')
-rw-r--r-- | ACE/ace/Unbounded_Set.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Unbounded_Set.h b/ACE/ace/Unbounded_Set.h index 56dc0fbdedd..2fc19a24a3e 100644 --- a/ACE/ace/Unbounded_Set.h +++ b/ACE/ace/Unbounded_Set.h @@ -77,7 +77,7 @@ class ACE_Unbounded_Set : public ACE_Unbounded_Set_Ex<T, ACE_Unbounded_Set_Default_Comparator<T> > { public: - ACE_Unbounded_Set (ACE_Allocator *alloc = 0); + ACE_Unbounded_Set (ACE_Allocator *alloc = nullptr); }; ACE_END_VERSIONED_NAMESPACE_DECL |