X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH_I%2FSMESH_Filter_i.cxx;h=40b20acbb26dae4b524cd72e21ce844c49183693;hb=refs%2Fheads%2Frnv%2F64ids_win;hp=0de85b22d770871b07619718da501a3833171e3a;hpb=93a9239ed35d48c6f335177b02d4a83a99aae6a4;p=modules%2Fsmesh.git diff --git a/src/SMESH_I/SMESH_Filter_i.cxx b/src/SMESH_I/SMESH_Filter_i.cxx index 0de85b22d..40b20acbb 100644 --- a/src/SMESH_I/SMESH_Filter_i.cxx +++ b/src/SMESH_I/SMESH_Filter_i.cxx @@ -4200,7 +4200,7 @@ namespace SMESH { */ //================================================================================ - const char* SMESH::FunctorTypeToString(SMESH::FunctorType ft) + const char* FunctorTypeToString(FunctorType ft) { if ( ft < 0 || ft > SMESH::FT_Undefined ) return "FT_Undefined"; @@ -4213,7 +4213,7 @@ namespace SMESH { */ //================================================================================ - SMESH::FunctorType SMESH::StringToFunctorType(const char* str) + FunctorType StringToFunctorType(const char* str) { std::string name( str + 3 ); // skip "FT_" const char** functNames = getFunctNames(); @@ -4285,4 +4285,4 @@ namespace SMESH { return is; } -} \ No newline at end of file +}