diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-10-04 21:20:08 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-10-04 21:20:08 +0000 |
commit | ff65207ded9e7af3118b82c7212f43af94421d4d (patch) | |
tree | eb18df5eb27b2bfe3cacfc556b77d6457736975b /ace/Malloc_T.cpp | |
parent | babc416226b75bb8e4e3c7040f0a63cb86d8be49 (diff) | |
download | ATCD-ff65207ded9e7af3118b82c7212f43af94421d4d.tar.gz |
ChangeLogTag:Mon Oct 4 08:31:58 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Malloc_T.cpp')
-rw-r--r-- | ace/Malloc_T.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Malloc_T.cpp b/ace/Malloc_T.cpp index d73eb600c05..e3aaef2cb27 100644 --- a/ace/Malloc_T.cpp +++ b/ace/Malloc_T.cpp @@ -96,7 +96,7 @@ template <ACE_MEM_POOL_1, class ACE_LOCK> void ACE_Malloc<ACE_MEM_POOL_2, ACE_LOCK>::print_stats (void) const { ACE_TRACE ("ACE_Malloc<ACE_MEM_POOL_2, ACE_LOCK>::print_stats"); - ACE_GUARD (ACE_LOCK, ace_mon, this->lock_); + ACE_GUARD (ACE_LOCK, ace_mon, (ACE_LOCK &) this->lock_); if (this->cb_ptr_ == 0) return; |