summaryrefslogtreecommitdiff
path: root/TAO/tao/Allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Allocator.h')
-rw-r--r--TAO/tao/Allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Allocator.h b/TAO/tao/Allocator.h
index c4b68cd521f..6209d77710e 100644
--- a/TAO/tao/Allocator.h
+++ b/TAO/tao/Allocator.h
@@ -35,7 +35,7 @@ namespace TAO
{
public:
- virtual ~TAO_Allocator (void) {}
+ virtual ~TAO_Allocator () {}
virtual handler_type *allocate () = 0;
virtual void release (handler_type *ptr) = 0;