diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-01 08:40:32 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-01 08:40:32 +0000 |
commit | 76171efcb983b4f2ff55a4013fed794f7a9bb471 (patch) | |
tree | a817b83efdc199c8f292b9a5bfd4047ef900f6b0 /ace/Malloc_T.h | |
parent | bad6c3a7b49b64377c60931084a6ef68ae64877b (diff) | |
download | ATCD-76171efcb983b4f2ff55a4013fed794f7a9bb471.tar.gz |
foo
Diffstat (limited to 'ace/Malloc_T.h')
-rw-r--r-- | ace/Malloc_T.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h index 56998bf80f7..b5463c0671d 100644 --- a/ace/Malloc_T.h +++ b/ace/Malloc_T.h @@ -53,8 +53,8 @@ public: } // Constructor (this has to be inline to avoid bugs with some C++ compilers. - ~ACE_Allocator_Adapter (void); - // Destructor + virtual ~ACE_Allocator_Adapter (void); + // Destructor. // = Memory Management |