Salome HOME
Updated events for Model and minor other changes
[modules/shaper.git] / src / ModelAPI / ModelAPI_AttributeDouble.h
index 7dfb882c308d8adb883f71304d0efc3f8fb706d0..cc6a2dd261cf864484584e00ed3755ef1fc3eaf2 100644 (file)
@@ -16,7 +16,7 @@ class MODELAPI_EXPORT ModelAPI_AttributeDouble : public ModelAPI_Attribute
 {
 public:
   /// Defines the double value
-  virtual void setValue(double theValue) = 0;
+  virtual void setValue(const double theValue) = 0;
 
   /// Returns the double value
   virtual double value() = 0;