]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/manualContour/manualContour3DControler.cpp
#3128 creaMaracasVisu Feature New Normal - branch changeWx28to30 compilation with...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / manualContour / manualContour3DControler.cpp
index 8bf041127c9eeafcce1336488f22711392fd6986..2682cae3a4beeaf1e0686173790226e8c0924525 100644 (file)
@@ -58,7 +58,7 @@ void manualContour3DControler::CopyAttributesTo( manualContour3DControler * clon
 bool  manualContour3DControler::OnLeftButtonDown()
 {
        int X,Y;
-       wxVTKRenderWindowInteractor *wxVTKiren;
+       crea::wxVTKRenderWindowInteractor *wxVTKiren;
        wxVTKiren = _vtkInteractorStyleBaseView->GetWxVtk3DBaseView()->GetWxVTKRenderWindowInteractor();
        wxVTKiren->GetEventPosition(X,Y);
        MouseClickLeft(X,Y);