]> Creatis software - bbtk.git/commitdiff
*** empty log message ***
authorEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Tue, 13 Oct 2009 17:39:21 +0000 (17:39 +0000)
committerEduardo Davila <Eduardo.Davila@creatis.insa-lyon.fr>
Tue, 13 Oct 2009 17:39:21 +0000 (17:39 +0000)
kernel/src/bbtkBlackBox.h

index 79697286b4b8a69d43f6cd963c1aafbff2ab3bba..ab689bd6ab9d6c81377c2b4f71f4e951f9e382a5 100644 (file)
@@ -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; }
     //==================================================================