]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbcreaMaracasVisuPanelButtonContainer.cxx
(some of the) unused variables
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuPanelButtonContainer.cxx
index 5dd1aa26265583e4300924c647e91ba37736e31f..8ee86c723eddfab60658b1ccb042a52af4bc48f2 100644 (file)
@@ -35,6 +35,7 @@ PanelButtonContainer::Process( )
 void PanelButtonContainer::CreateWidget( wxWindow* parent )
 {
        this->myPanel = new wxPanel( parent, -1 );
+       /// \TODO fix  warning: unused variable ww
        wxWindow* ww = bbCreateWidgetOfInput( "In", this->myPanel );
        bbSetOutputWidget( myPanel);