X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FSketchSolver_IEntityWrapper.h;h=15735e73358a4ea15a7d4ae2da0a4a4950349c52;hb=b9e0bc62b8d67c3f82e4feb583e4e3b9f7249202;hp=a5ecae3d89683a6b14daa2bf43b6488b168b790c;hpb=37c59d59b17e4a7e304588fb647488457a0c7283;p=modules%2Fshaper.git diff --git a/src/SketchSolver/SketchSolver_IEntityWrapper.h b/src/SketchSolver/SketchSolver_IEntityWrapper.h index a5ecae3d8..15735e733 100644 --- a/src/SketchSolver/SketchSolver_IEntityWrapper.h +++ b/src/SketchSolver/SketchSolver_IEntityWrapper.h @@ -20,6 +20,7 @@ enum SketchSolver_EntityType { ENTITY_UNKNOWN = 0, ENTITY_SCALAR, + ENTITY_ANGLE, ENTITY_POINT, ENTITY_NORMAL, ENTITY_LINE, @@ -70,7 +71,7 @@ public: /// \brief Change group for the entity virtual void setGroup(const GroupID& theGroup) = 0; /// \brief Return identifier of the group the entity belongs to - virtual const GroupID& group() const = 0; + virtual GroupID group() const = 0; /// \brief Return type of current entity virtual SketchSolver_EntityType type() const = 0;