X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FwxContourGUIExample%2FwxContourGUIExample.cxx;h=707a287102626a794f1ddebda894388dafa6f7d8;hb=ef53b56c2062dc6f1dbfe2db1bfc94291506c30b;hp=420a8941a80ee2620a13aca2d6a72550befbabfb;hpb=c86e56d7883a16ec6734f64b61b3d87e49527a43;p=creaContours.git diff --git a/appli/wxContourGUIExample/wxContourGUIExample.cxx b/appli/wxContourGUIExample/wxContourGUIExample.cxx index 420a894..707a287 100644 --- a/appli/wxContourGUIExample/wxContourGUIExample.cxx +++ b/appli/wxContourGUIExample/wxContourGUIExample.cxx @@ -74,8 +74,10 @@ wxContourGUIExample :: wxContourGUIExample(const wxString& title, const wxPoint& //} #endif + bool wxTheApplication::OnInit() { + vtkOutputWindowCreaContour *outputWindowCreaContour= vtkOutputWindowCreaContour::New(); vtkOutputWindow::SetInstance( outputWindowCreaContour ); outputWindowCreaContour->Delete();