X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=bbtk%2Fsrc%2FbbmaracasvisuContourCrown.cxx;h=1e670e781d76d19fa9ba6f200d796a8793d8760a;hb=e78a80c507961553cc6186b93a793c0d1fc96be2;hp=fde8bf672c12f57ee308b65ed9f9a3fe56967384;hpb=800f29fd7e4cc70d8706b3075454e63f0b1a5717;p=creaMaracasVisu.git diff --git a/bbtk/src/bbmaracasvisuContourCrown.cxx b/bbtk/src/bbmaracasvisuContourCrown.cxx index fde8bf6..1e670e7 100644 --- a/bbtk/src/bbmaracasvisuContourCrown.cxx +++ b/bbtk/src/bbmaracasvisuContourCrown.cxx @@ -41,7 +41,7 @@ void ContourCrown::Process() } //----------------------------------------------------------- -void ContourCrown::CreateWidget() +void ContourCrown::CreateWidget(wxWindow* parent) { bbtkDebugMessageInc("Core",9,"ContourCrown::CreateWidget()"<ConfigureVTK(); bbSetOutputImageValueResult( mwxwidget->GetVtkImageValueResult() ); @@ -76,7 +76,7 @@ void ContourCrown::bbUserConstructor() } //----------------------------------------------------------- -void ContourCrown::bbUserCopyConstructor() +void ContourCrown::bbUserCopyConstructor(bbtk::BlackBox::Pointer) { }