summaryrefslogtreecommitdiff
path: root/ACE/ace/Based_Pointer_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Based_Pointer_T.cpp')
-rw-r--r--ACE/ace/Based_Pointer_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Based_Pointer_T.cpp b/ACE/ace/Based_Pointer_T.cpp
index df983903c34..e3504108156 100644
--- a/ACE/ace/Based_Pointer_T.cpp
+++ b/ACE/ace/Based_Pointer_T.cpp
@@ -22,7 +22,7 @@ ACE_Based_Pointer<CONCRETE>::ACE_Based_Pointer (void)
}
template <class CONCRETE> void
-ACE_Based_Pointer_Basic<CONCRETE>::dump (void) const
+ACE_Based_Pointer_Basic<CONCRETE>::dump () const
{
#if defined (ACE_HAS_DUMP)
ACE_TRACE ("ACE_Based_Pointer_Basic<CONCRETE>::dump");