]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkItkBlackBoxMacros.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkItkBlackBoxMacros.h
index 28944657cb20ebb75bfa3b4d3f2cf3fa0c313467..3cb6d16d1586671520ecade6cc674f14320ff4a7 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkItkBlackBoxMacros.h,v $
   Language:  C++
-  Date:      $Date: 2008/05/07 07:26:50 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2008/05/07 12:59:23 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -32,7 +32,8 @@
 //===========================================================================
 #define BBTK_ITK_DELETE()                                              \
   void bbDelete() {                                                    \
-    itkParent::UnRegister(); }
+    itkParent::UnRegister();                                           \
+  }
 //===========================================================================
 
 //===========================================================================