X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxBlackBox.h;h=e2857e0d47c57d0f87ce4d0b548272b77bbb138a;hb=1e2df7fb6ae571ce1cf72e6af1715f0e34675cbf;hp=e8acc44ab0c7cb55b56128cea2a06b3cc715ddc9;hpb=08b47eb39fd2e8456f71843c26ebe1435765f2bb;p=bbtk.git diff --git a/kernel/src/bbtkWxBlackBox.h b/kernel/src/bbtkWxBlackBox.h index e8acc44..e2857e0 100644 --- a/kernel/src/bbtkWxBlackBox.h +++ b/kernel/src/bbtkWxBlackBox.h @@ -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(); //==================================================================