summaryrefslogtreecommitdiff
path: root/ACE/ace/Based_Pointer_T.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:52:29 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:52:29 +0100
commit104d9f8a30c479fe661883b295f120ab035645d9 (patch)
treeaa39aaa576d8ce2e1666df7a750d77df1a33232e /ACE/ace/Based_Pointer_T.cpp
parent2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff)
downloadATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz
Removed redundant void
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");