$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: xushiweizh_at_[hidden]
Date: 2008-05-07 10:08:23
Author: xushiwei
Date: 2008-05-07 10:08:23 EDT (Wed, 07 May 2008)
New Revision: 45197
URL: http://svn.boost.org/trac/boost/changeset/45197
Log:
t
Text files modified: 
   sandbox/memory/boost/memory/gc_alloc.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/memory/boost/memory/gc_alloc.hpp
==============================================================================
--- sandbox/memory/boost/memory/gc_alloc.hpp	(original)
+++ sandbox/memory/boost/memory/gc_alloc.hpp	2008-05-07 10:08:23 EDT (Wed, 07 May 2008)
@@ -114,8 +114,8 @@
                 destructor_t fnDestroy;
 
                 void BOOST_MEMORY_CALL destruct() {
-			if (getNodeType() == nodeAllocedWithDestructor) {
-				freeNode();
+			if (this->getNodeType() == nodeAllocedWithDestructor) {
+				this->freeNode();
                                 fnDestroy(this + 1);
                         }
                 }