]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkInteractorStyleMPRView.cxx
Fix wxString vs std::string
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkInteractorStyleMPRView.cxx
index 7e695a3d4f4e008896ffb163e6a21c7ab777b18c..74a9c9b5087c2044fd3678c02a3dd197e452ea06 100644 (file)
@@ -91,7 +91,7 @@ bool  vtkInteractorStyleMPRView::OnMouseMove ()
        double z=1;
        _vtkInteractorStyleBaseView->TransformCoordinate(x,y,z);            
        wxVtkMPR2DView *wxvtkmpr2Dview = (wxVtkMPR2DView*)(_vtkInteractorStyleBaseView->GetWxVtk2DBaseView());
-//     wxvtkmpr2Dview->TransfromeCoordViewWorld(x,y,z);            
+//     wxvtkmpr2Dview->TransfromCoordViewWorld(x,y,z);     
 
        wxvtkmpr2Dview->ChangeAxisColor(x,y,z);