summaryrefslogtreecommitdiff
path: root/ace/Malloc_T.i
diff options
context:
space:
mode:
authorharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-11-13 09:22:20 +0000
committerharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-11-13 09:22:20 +0000
commit184cf9a927bce45e11ce34e489ee7bbf26123958 (patch)
treed9861c4ca3de2de68511f167be7d02a8093c849b /ace/Malloc_T.i
parent984ac4874cb40e8ff85a05e76ccaf3c14f223b88 (diff)
downloadATCD-184cf9a927bce45e11ce34e489ee7bbf26123958.tar.gz
Check the ChangeLog for details.
Diffstat (limited to 'ace/Malloc_T.i')
-rw-r--r--ace/Malloc_T.i2
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_;