Salome HOME
Issue #1299, Issue #1393 Angle constraint: support of additional and complementary...
[modules/shaper.git] / src / SketchSolver / SketchSolver_IParameterWrapper.h
index fbd88192d9991a87f8e9405d6842000fc99d253f..751e3464b74d045153f16a8af49d624804bf889b 100644 (file)
@@ -25,7 +25,7 @@ public:
   /// \brief Change group for the parameter
   virtual void setGroup(const GroupID& theGroup) = 0;
   /// \brief Return identifier of the group the parameter belongs to
-  virtual const GroupID& group() const = 0;
+  virtual GroupID group() const = 0;
 
   /// \brief Change value of parameter
   virtual void setValue(double theValue) = 0;