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=f08102d8cf97a93b5fbff395a9fd667eaa26b269;hp=e4d6b8ba8db95011fb9abe0c001e968bf409cd35;hpb=4d9b612ea3b0eacb2cbc47d9b57affc96ddfa8c3;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( ) ;