X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkVecImageGaussianSmooth.h;h=d5fc22608175cca18e14cb26f22f981a7291c546;hb=1e2df7fb6ae571ce1cf72e6af1715f0e34675cbf;hp=1acb573b323811a70cca56a051432a50b9e439ea;hpb=08b47eb39fd2e8456f71843c26ebe1435765f2bb;p=bbtk.git diff --git a/packages/vtk/src/bbvtkVecImageGaussianSmooth.h b/packages/vtk/src/bbvtkVecImageGaussianSmooth.h index 1acb573..d5fc226 100644 --- a/packages/vtk/src/bbvtkVecImageGaussianSmooth.h +++ b/packages/vtk/src/bbvtkVecImageGaussianSmooth.h @@ -19,7 +19,7 @@ class /*BBTK_EXPORT*/ VecImageGaussianSmooth /// 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(); //==================================================================