diff --git a/src/StdSelect/StdSelect_BRepOwner.hxx b/src/StdSelect/StdSelect_BRepOwner.hxx index 7d31b20d78..a03c4ca3c6 100644 --- a/src/StdSelect/StdSelect_BRepOwner.hxx +++ b/src/StdSelect/StdSelect_BRepOwner.hxx @@ -70,10 +70,7 @@ public: //! returns False if no shape was set Standard_Boolean HasShape() const { return !myShape.IsNull(); } - //! indicates whether - //! comes from decomposition of a bigger shape. - Standard_EXPORT void Set (const TopoDS_Shape& aShape, const Standard_Boolean FromDecomposition = Standard_False); - + //! Returns the shape. const TopoDS_Shape& Shape() const { return myShape; } //! Returns true if this framework has a highlight mode defined for it.