From d2e9b6b072310e5fd087c6f412eb2f148c4d0638 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Tue, 13 Oct 2009 17:39:21 +0000 Subject: [PATCH] *** empty log message *** --- kernel/src/bbtkBlackBox.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/src/bbtkBlackBox.h b/kernel/src/bbtkBlackBox.h index 7969728..ab689bd 100644 --- a/kernel/src/bbtkBlackBox.h +++ b/kernel/src/bbtkBlackBox.h @@ -2,8 +2,8 @@ Program: bbtk Module: $RCSfile: bbtkBlackBox.h,v $ Language: C++ - Date: $Date: 2009/10/05 22:44:48 $ - Version: $Revision: 1.29 $ + Date: $Date: 2009/10/13 17:39:21 $ + Version: $Revision: 1.30 $ =========================================================================*/ /* --------------------------------------------------------------------- @@ -641,7 +641,7 @@ namespace bbtk /// \return The number of remaining references on the object after the call (if meaningfull...): used by bbtk to warn a user if another smart pointing system is still holding the object... //JCP 21-09-20 09 delete this throws and exception change due to compiler version changing and boost version - virtual int bbDelete() {// delete this; + virtual int bbDelete() { delete this; return 0; } //================================================================== -- 2.45.1