X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGObjectController.cxx;fp=lib%2FEditorGraphicBBS%2FbbsVtkGUIEditorGraphic%2FGObjectController.cxx;h=19994d9505abc1818699ae6ac202687ed80861d8;hb=10012627035234dfbe7a9028e393d1f912d15e8f;hp=e4d6b8ba8db95011fb9abe0c001e968bf409cd35;hpb=204fc70d152f2c46eea9d21bc2616ccfb2226e8e;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectController.cxx b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectController.cxx index e4d6b8b..19994d9 100644 --- a/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectController.cxx +++ b/lib/EditorGraphicBBS/bbsVtkGUIEditorGraphic/GObjectController.cxx @@ -89,7 +89,7 @@ namespace bbtk bool GObjectController::OnMouseMove( ) { int X , Y ; - wxVTKRenderWindowInteractor *_wxVTKiren ; + crea::wxVTKRenderWindowInteractor *_wxVTKiren ; _wxVTKiren = _vtkInteractorStyleBaseView->GetWxVtk3DBaseView( )->GetWxVTKRenderWindowInteractor( ) ; _wxVTKiren->GetEventPosition( X , Y ) ; int state = _view->getState( ) ;