From: Eduardo Davila Date: Tue, 13 Oct 2009 17:39:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~124 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;ds=sidebyside;h=d2e9b6b072310e5fd087c6f412eb2f148c4d0638;p=bbtk.git *** empty log message *** --- 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; } //==================================================================