]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuContourCrown.h
*** empty log message ***
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuContourCrown.h
index 9dbf038fd3e6bfd7f34bc69ebd47846949aab13c..272415339a01acff706166541cd9511790966656 100644 (file)
@@ -19,7 +19,7 @@ class /*BBTK_EXPORT*/ ContourCrown
 /// 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();
 //==================================================================
@@ -45,7 +45,7 @@ virtual void bbUserDestructor();
   BBTK_PROCESS(Process);
   void Process();
   BBTK_CREATE_WIDGET(CreateWidget);
-  void CreateWidget();
+  void CreateWidget(wxWindow*);
 
 private:
        wxMaracasCoutourTool    *mwxwidget;