summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/Interceptor_List_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI/Interceptor_List_T.cpp')
-rw-r--r--TAO/tao/PI/Interceptor_List_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/PI/Interceptor_List_T.cpp b/TAO/tao/PI/Interceptor_List_T.cpp
index d40ecfdb54d..1fd298a8791 100644
--- a/TAO/tao/PI/Interceptor_List_T.cpp
+++ b/TAO/tao/PI/Interceptor_List_T.cpp
@@ -32,7 +32,7 @@ namespace TAO
template <typename InterceptorType, typename DetailsType>
size_t
- Interceptor_List<InterceptorType,DetailsType>::size (void) const
+ Interceptor_List<InterceptorType,DetailsType>::size () const
{
return this->interceptors_.size ();
}