summaryrefslogtreecommitdiff
path: root/TAO/tao/Buffer_Allocator_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Buffer_Allocator_T.cpp')
-rw-r--r--TAO/tao/Buffer_Allocator_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Buffer_Allocator_T.cpp b/TAO/tao/Buffer_Allocator_T.cpp
index cab52477446..afe698ff1ff 100644
--- a/TAO/tao/Buffer_Allocator_T.cpp
+++ b/TAO/tao/Buffer_Allocator_T.cpp
@@ -17,7 +17,7 @@ namespace TAO
template <typename handler_type, typename alloc_type>
handler_type*
- TAO_Buffer_Allocator<handler_type, alloc_type>::allocate (void)
+ TAO_Buffer_Allocator<handler_type, alloc_type>::allocate ()
{
handler_type* myvalue = 0;
ACE_NEW_MALLOC_RETURN (myvalue,