summaryrefslogtreecommitdiff
path: root/TAO/tao/Buffer_Allocator_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Buffer_Allocator_T.h')
-rw-r--r--TAO/tao/Buffer_Allocator_T.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Buffer_Allocator_T.h b/TAO/tao/Buffer_Allocator_T.h
index bed4622609c..723de777a9e 100644
--- a/TAO/tao/Buffer_Allocator_T.h
+++ b/TAO/tao/Buffer_Allocator_T.h
@@ -39,7 +39,7 @@ namespace TAO
typedef alloc_type ALLOC_TYPE;
TAO_Buffer_Allocator (alloc_type *allocator);
- virtual handler_type *allocate (void);
+ virtual handler_type *allocate ();
virtual void release (handler_type *ptr);
private:
alloc_type* allocator_;