summaryrefslogtreecommitdiff
path: root/ACE/ace/Unbounded_Set.inl
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2008-05-07 06:35:27 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2008-05-07 06:35:27 +0000
commit4e384c51239a72a9bc683f9208ecd5b97469c8f7 (patch)
tree7c27c528dbf962fd0b36dfd1e8a4a521e8ed3dc3 /ACE/ace/Unbounded_Set.inl
parent1e024f9e73c0603d03a705650fe60488634a15ef (diff)
downloadATCD-4e384c51239a72a9bc683f9208ecd5b97469c8f7.tar.gz
ChangeLogTag: Wed May 7 06:33:30 UTC 2008 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'ACE/ace/Unbounded_Set.inl')
-rw-r--r--ACE/ace/Unbounded_Set.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Unbounded_Set.inl b/ACE/ace/Unbounded_Set.inl
index 087b464f2db..d5a870f49f4 100644
--- a/ACE/ace/Unbounded_Set.inl
+++ b/ACE/ace/Unbounded_Set.inl
@@ -29,7 +29,7 @@ template<typename T>
ACE_Unbounded_Set_Const_Iterator<T>::
ACE_Unbounded_Set_Const_Iterator (const ACE_Unbounded_Set<T> &s,
bool end)
- : BASE (s, false)
+ : BASE (s, end)
{
}