X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_LengthDimension.h;h=76e71c85dab70e0568ae055760b8ef79c9a3257e;hb=061a63480f6840b6d945f7744b3b972e2d4cb25d;hp=5fde8d7aa0e094f1599a18f752c4d9c1b1138e81;hpb=33b3a43ad2266cb044e4232c902344842adbba7c;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_LengthDimension.h b/src/SketcherPrs/SketcherPrs_LengthDimension.h index 5fde8d7aa..76e71c85d 100644 --- a/src/SketcherPrs/SketcherPrs_LengthDimension.h +++ b/src/SketcherPrs/SketcherPrs_LengthDimension.h @@ -30,8 +30,6 @@ public: Standard_EXPORT SketcherPrs_LengthDimension(ModelAPI_Feature* theConstraint, const std::shared_ptr& thePlane); - std::string constraintType() const; - DEFINE_STANDARD_RTTI(SketcherPrs_LengthDimension) protected: /// Redefinition of virtual function @@ -43,7 +41,7 @@ protected: const Standard_Integer aMode); private: - bool getPoints(gp_Pnt& thePnt1, gp_Pnt& thePnt2) const; + bool getPoints(gp_Pnt& thePnt1, gp_Pnt& thePnt2); /// Constraint feature ModelAPI_Feature* myConstraint;