diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-08-31 15:34:48 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-08-31 15:34:48 +0000 |
commit | 275e4c5da486f4cb6c06aff0dc836c2eeca1c880 (patch) | |
tree | a722f8a663c5773d88a13c23a9576f0514c83807 /ace/Malloc_T.h | |
parent | a3acaa7d9e9f35636cff64bb34de4a75384f37a1 (diff) | |
download | ATCD-275e4c5da486f4cb6c06aff0dc836c2eeca1c880.tar.gz |
ChangeLogTag:Sat Aug 31 10:32:38 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/Malloc_T.h')
-rw-r--r-- | ace/Malloc_T.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h index ba205751699..4796ed004c0 100644 --- a/ace/Malloc_T.h +++ b/ace/Malloc_T.h @@ -481,7 +481,7 @@ public: /// Deallocate memory pointed to by <ptr>, which must have been /// allocated previously by <this->malloc>. - void free (void *ptr); + void free (void *ptr); /// Returns a reference to the underlying memory pool. MEMORY_POOL &memory_pool (void); |