Salome HOME
Replace ::smIdType by SMESH::smIdType
[modules/smesh.git] / src / SMESH_I / SMESH_Filter_i.cxx
index 0de85b22d770871b07619718da501a3833171e3a..40b20acbb26dae4b524cd72e21ce844c49183693 100644 (file)
@@ -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
+}