summaryrefslogtreecommitdiff
path: root/ACE/ace/Intrusive_List_Node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Intrusive_List_Node.cpp')
-rw-r--r--ACE/ace/Intrusive_List_Node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Intrusive_List_Node.cpp b/ACE/ace/Intrusive_List_Node.cpp
index 830ea4b1ce7..74f27993d02 100644
--- a/ACE/ace/Intrusive_List_Node.cpp
+++ b/ACE/ace/Intrusive_List_Node.cpp
@@ -14,7 +14,7 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
template<class T>
-ACE_Intrusive_List_Node<T>::ACE_Intrusive_List_Node (void)
+ACE_Intrusive_List_Node<T>::ACE_Intrusive_List_Node ()
: prev_ (0)
, next_ (0)
{