diff options
Diffstat (limited to 'ace/Malloc_T.i')
-rw-r--r-- | ace/Malloc_T.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Malloc_T.i b/ace/Malloc_T.i index 7d1f507b278..56f815d8bf2 100644 --- a/ace/Malloc_T.i +++ b/ace/Malloc_T.i @@ -19,7 +19,7 @@ ACE_Allocator_Adapter<MALLOC>::calloc (size_t nbytes, } template <class MALLOC> ACE_INLINE MALLOC & -ACE_Allocator_Adapter<MALLOC>::allocator (void) +ACE_Allocator_Adapter<MALLOC>::alloc (void) { ACE_TRACE ("ACE_Allocator_Adapter<MALLOC>::allocator"); return this->allocator_; |