]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_ResultGroup.h
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / Model / Model_ResultGroup.h
index 17d7b9da9a3d0a6681a45b8250aad5cb613856de..0dc35bdcfb25cf1bb685daa339fc326f543a9501 100644 (file)
@@ -19,7 +19,7 @@ class Model_ResultGroup : public ModelAPI_ResultGroup
   std::shared_ptr<ModelAPI_Data> myOwnerData;  ///< data of owner of this result
 public:
   /// Returns the compound of selected entities
-  MODEL_EXPORT virtual std::shared_ptr<GeomAPI_Shape> shape() const;
+  MODEL_EXPORT virtual std::shared_ptr<GeomAPI_Shape> shape();
 
   /// Removes the stored builders
   MODEL_EXPORT virtual ~Model_ResultGroup() {}