]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHGUI/SMESHGUI_ShapeByMeshDlg.cxx
Salome HOME
Implementation of Groups support by the SHAPER-STUDY module
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_ShapeByMeshDlg.cxx
index 6647f4cdc00b76ec4dfb83dfb833f68829ec158a..4ce31d65ba68560f29605bde16c161f44f6aa11d 100644 (file)
@@ -362,7 +362,7 @@ void SMESHGUI_ShapeByMeshOp::commitOperation()
       }
       else if (aNumberOfGO > 1)
       {
-        GEOM::GEOM_IGroupOperations_wrap aGroupOp =
+        GEOM::GEOM_IGroupOperations_ptr aGroupOp =
           geomGen->GetIGroupOperations();
         if(aGroupOp->_is_nil())
           return;