]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR2DView.cxx
wxVtkMPR2DView.cxx
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxVtkMPR2DView.cxx
index 88cfd1a65d9524042386c82470f2d96c81c7b197..f4c85f3c5c1f5ec7caa0717bc7710768d841f57b 100644 (file)
@@ -463,13 +463,12 @@ void wxVtkMPR2DView::ChangeAxisColor(double x, double y, double z)
        Refresh();
 }
 
-//-------------------------------------------------------------------
 //EED 5 juin 2009
 //void wxVtkMPR2DView::TransfromeCoordScreenToWorld(double &X, double &Y, double &Z, int type) // virtual 
 void wxVtkMPR2DView::TransfromeCoordViewWorld(double &X, double &Y, double &Z, int type) // virtual 
 {
                
-       wxVtkBaseView::TransfromeCoordScreenToWorld(X,Y,Z,_direction);
+       wxVtkBaseView::TransFromeCoordScreenToWorld(X,Y,Z,_direction);
 
        if (_direction==0)
        {