]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuViewerMPR.h
Linux compil
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuViewerMPR.h
index 878a9a645828338f85d9902f324e003c6038a8bc..796c3893f75f0004cae6a79269026e260349357f 100644 (file)
@@ -57,7 +57,7 @@ class /*BBTK_EXPORT*/ ViewerMPR
 /// 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();
 //==================================================================
@@ -68,7 +68,7 @@ virtual void bbUserDestructor();
   BBTK_PROCESS(Process);
   void Process();
   BBTK_CREATE_WIDGET(CreateWidget);
-  void CreateWidget();
+  void CreateWidget(wxWindow* parent);
 
 private:
   wxWidgetMPR *mwxwidgetmpr;