summaryrefslogtreecommitdiff
path: root/ACE/ace/Containers.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Containers.h')
-rw-r--r--ACE/ace/Containers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Containers.h b/ACE/ace/Containers.h
index 4d671ca9808..8ba4c3c84a6 100644
--- a/ACE/ace/Containers.h
+++ b/ACE/ace/Containers.h
@@ -53,7 +53,7 @@ public:
ACE_DLList_Node *prev_;
protected:
- ACE_DLList_Node (void);
+ ACE_DLList_Node ();
};
ACE_END_VERSIONED_NAMESPACE_DECL