X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintDistance.h;h=a1e315d2bc0246a0a75b8b7fec4d8aff02847b8f;hb=74e9ba33303efc2282db1261706e904efa36b255;hp=370519bdaec0aa043ebcc832fbff05f2c45e905d;hpb=83a77e73bf17bf45b4b1c1e163c02acb841f775b;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintDistance.h b/src/SketchPlugin/SketchPlugin_ConstraintDistance.h index 370519bda..a1e315d2b 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintDistance.h +++ b/src/SketchPlugin/SketchPlugin_ConstraintDistance.h @@ -68,7 +68,7 @@ class SketchPlugin_ConstraintDistance : public SketchPlugin_ConstraintBase, publ SKETCHPLUGIN_EXPORT virtual void attributeChanged(const std::string& theID); /// Returns the current distance between the feature attributes - double calculateCurrentDistance() const; + double calculateCurrentDistance(); /// Customize presentation of the feature virtual bool customisePresentation(ResultPtr theResult, AISObjectPtr thePrs,