X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkAtomicBlackBox.h;h=34d85078ccb7528fabc8e1ece6fdb693be19e22f;hb=1e2df7fb6ae571ce1cf72e6af1715f0e34675cbf;hp=fa311113456fe1bafff71dfe0ff41ebb6501d0f4;hpb=08b47eb39fd2e8456f71843c26ebe1435765f2bb;p=bbtk.git diff --git a/kernel/src/bbtkAtomicBlackBox.h b/kernel/src/bbtkAtomicBlackBox.h index fa31111..34d8507 100644 --- a/kernel/src/bbtkAtomicBlackBox.h +++ b/kernel/src/bbtkAtomicBlackBox.h @@ -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() {} //==================================================================