X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_ReorientFacesDlg.cxx;h=e5c74545a3dff69e632a1ed3dad439d260f52873;hb=8b338d36aa1a1c62bf7780dfdca95a483208ddd2;hp=92aaeab161939aa197a763dc550f6bd16afc6d1b;hpb=3d1337aceed97f14b26385a6143529197ab30f8d;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_ReorientFacesDlg.cxx b/src/SMESHGUI/SMESHGUI_ReorientFacesDlg.cxx index 92aaeab16..e5c74545a 100644 --- a/src/SMESHGUI/SMESHGUI_ReorientFacesDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_ReorientFacesDlg.cxx @@ -730,7 +730,7 @@ bool SMESHGUI_ReorientFacesOp::onApply() } case CONSTRUCTOR_FACE_GROUPS: { - aResult = aMeshEditor->ReOrient2DByNeighbours( myObjects, myRefGroups ); + aResult = aMeshEditor->Reorient2DByNeighbours( myObjects, myRefGroups ); break; }