]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkAtomicBlackBox.h
New widget pipeline : progressing ...
[bbtk.git] / kernel / src / bbtkAtomicBlackBox.h
index fa311113456fe1bafff71dfe0ff41ebb6501d0f4..34d85078ccb7528fabc8e1ece6fdb693be19e22f 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkAtomicBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2008/10/17 08:18:12 $
-  Version:   $Revision: 1.5 $
+  Date:      $Date: 2008/11/25 11:17:13 $
+  Version:   $Revision: 1.6 $
 =========================================================================*/
 
 /* ---------------------------------------------------------------------
@@ -166,7 +166,7 @@ namespace bbtk
     /// User callback called in the box contructor
     virtual void bbUserConstructor() {}
     /// User callback called in the box copy constructor
-    virtual void bbUserCopyConstructor() {}
+    virtual void bbUserCopyConstructor(bbtk::BlackBox::Pointer) {}
     /// User callback called in the box destructor
     virtual void bbUserDestructor() {}
     //==================================================================