X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHFiltersSelection%2FSMESH_TypeFilter.cxx;h=fc0c43bdd0f5bed7f427e1a0f3bbd2573e389960;hb=e074bae4b74bc02aeebb7437fbae12a55bdad0c1;hp=5f12c7faa9a794c7b6757d6d6193cd8136be1b1d;hpb=7a65c9fad427b1ccba6b9ccae612296e5092a324;p=modules%2Fsmesh.git diff --git a/src/SMESHFiltersSelection/SMESH_TypeFilter.cxx b/src/SMESHFiltersSelection/SMESH_TypeFilter.cxx index 5f12c7faa..fc0c43bdd 100644 --- a/src/SMESHFiltersSelection/SMESH_TypeFilter.cxx +++ b/src/SMESHFiltersSelection/SMESH_TypeFilter.cxx @@ -264,6 +264,7 @@ bool SMESH_TypeFilter::isOk (const SUIT_DataOwner* theDataOwner) const Ok = isIDSourceOfType( obj, SMESH::VOLUME ); break; } + default:; } } return Ok;