X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FPluginUtils%2FGeomSelectionTools.cxx;fp=src%2FPluginUtils%2FGeomSelectionTools.cxx;h=ddf87e5ea1ed15b60d650be463e37be81432c87e;hb=2b3c553f4facafcea7cb1b2f23ab4b91b64771df;hp=936afcb31d97c7463304bbe1860a6c04ec81baa1;hpb=c2a62ff550708341eb9ad22cbdecf3e3b625c290;p=modules%2Fsmesh.git diff --git a/src/PluginUtils/GeomSelectionTools.cxx b/src/PluginUtils/GeomSelectionTools.cxx index 936afcb31..ddf87e5ea 100644 --- a/src/PluginUtils/GeomSelectionTools.cxx +++ b/src/PluginUtils/GeomSelectionTools.cxx @@ -213,7 +213,7 @@ TopAbs_ShapeEnum GeomSelectionTools::entryToShapeType(std::string entry){ // if the Geom Object is a group if (aShape->GetType() == GEOM_GROUP){ // MESSAGE("It's a group"); - GEOM::GEOM_IGroupOperations_wrap aGroupOp = + GEOM::GEOM_IGroupOperations_ptr aGroupOp = _geomEngine->GetIGroupOperations(); ShapeType= (TopAbs_ShapeEnum)aGroupOp->GetType(aShape); }