summaryrefslogtreecommitdiff
path: root/ACE/ace/Vector_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Vector_T.cpp')
-rw-r--r--ACE/ace/Vector_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Vector_T.cpp b/ACE/ace/Vector_T.cpp
index 3cbec049a46..393ea530c63 100644
--- a/ACE/ace/Vector_T.cpp
+++ b/ACE/ace/Vector_T.cpp
@@ -44,7 +44,7 @@ void ACE_Vector<T, DEFAULT_SIZE>::push_back (const T& elem)
}
template <class T, size_t DEFAULT_SIZE>
-void ACE_Vector<T, DEFAULT_SIZE>::dump (void) const
+void ACE_Vector<T, DEFAULT_SIZE>::dump () const
{
}