]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkWxBlackBox.h
New widget pipeline : progressing ...
[bbtk.git] / kernel / src / bbtkWxBlackBox.h
index e8acc44ab0c7cb55b56128cea2a06b3cc715ddc9..e2857e0d47c57d0f87ce4d0b548272b77bbb138a 100644 (file)
@@ -2,8 +2,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkWxBlackBox.h,v $
   Language:  C++
-  Date:      $Date: 2008/11/24 15:45:48 $
-  Version:   $Revision: 1.20 $
+  Date:      $Date: 2008/11/25 11:17:13 $
+  Version:   $Revision: 1.21 $
 ========================================================================*/
 
 
@@ -136,7 +136,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();
     //==================================================================