]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkComplexBlackBox.cxx
*** empty log message ***
[bbtk.git] / kernel / src / bbtkComplexBlackBox.cxx
index c06e715270299414e754be1022d8947c1075cc8b..f692435687233e6a03f5e17e4d707929ef96f449 100644 (file)
@@ -3,8 +3,8 @@
 Program:   bbtk
 Module:    $RCSfile: bbtkComplexBlackBox.cxx,v $
 Language:  C++
-Date:      $Date: 2008/04/24 10:24:58 $
-Version:   $Revision: 1.18 $
+Date:      $Date: 2008/04/24 11:49:59 $
+Version:   $Revision: 1.19 $
                                                                                 
 Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
 l'Image). All rights reserved. See Doc/License.txt or
@@ -82,7 +82,7 @@ namespace bbtk
 
     // We have to make the shared_ptr on this because it is used 
     // in bbUnsafeAddBlackBox !
-    MakePointer(this,true);
+    MakeBlackBoxPointer(this,true);
 
     BlackBoxMapType::const_iterator i;
     for ( i = from.mBlackBoxMap.begin(); i != from.mBlackBoxMap.end(); ++i )