summaryrefslogtreecommitdiff
path: root/ACE/ace/Refcountable_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Refcountable_T.cpp')
-rw-r--r--ACE/ace/Refcountable_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Refcountable_T.cpp b/ACE/ace/Refcountable_T.cpp
index 5ffada80af7..b0d79661193 100644
--- a/ACE/ace/Refcountable_T.cpp
+++ b/ACE/ace/Refcountable_T.cpp
@@ -10,7 +10,7 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
template <class ACE_LOCK>
-ACE_Refcountable_T<ACE_LOCK>::~ACE_Refcountable_T (void)
+ACE_Refcountable_T<ACE_LOCK>::~ACE_Refcountable_T ()
{
}