summaryrefslogtreecommitdiff
path: root/ace/Containers_T.inl
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2006-01-01 17:11:37 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2006-01-01 17:11:37 +0000
commit88a2b4ec5c7672f9b52e753770f903f9a687c85e (patch)
treea91c83ceb18e5a1c817a5dac7d6f505b277dabf0 /ace/Containers_T.inl
parent18beef6517d71f33daa10431a7358344db474830 (diff)
downloadATCD-88a2b4ec5c7672f9b52e753770f903f9a687c85e.tar.gz
ChangeLogTag:Sun Jan 1 00:00:00 2006 Douglas C. Schmidt <schmidt@cs.wustl.edu>
Diffstat (limited to 'ace/Containers_T.inl')
-rw-r--r--ace/Containers_T.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Containers_T.inl b/ace/Containers_T.inl
index df0b81e2aeb..425d6e167e8 100644
--- a/ace/Containers_T.inl
+++ b/ace/Containers_T.inl
@@ -350,7 +350,7 @@ ACE_DLList<T>::remove (ACE_DLList_Node *n)
}
template <class T> ACE_INLINE
-ACE_DLList<T>::ACE_DLList (ACE_Allocator *alloc )
+ACE_DLList<T>::ACE_DLList (ACE_Allocator *alloc)
: ACE_DLList_Base (alloc)
{
}