X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FSketchSolver_ConstraintMiddle.h;h=6ab5400fb09b15808bf7cd94a4b13740083fc578;hb=176403004ff97696f3c0b5f8bdf48692177fb34a;hp=fadcadab295093a42f59c7a696feb116f180ce89;hpb=e097b3a9684dda6a50cc099fab4f522d5b05f9ce;p=modules%2Fshaper.git diff --git a/src/SketchSolver/SketchSolver_ConstraintMiddle.h b/src/SketchSolver/SketchSolver_ConstraintMiddle.h index fadcadab2..6ab5400fb 100644 --- a/src/SketchSolver/SketchSolver_ConstraintMiddle.h +++ b/src/SketchSolver/SketchSolver_ConstraintMiddle.h @@ -22,11 +22,8 @@ public: virtual ~SketchSolver_ConstraintMiddle() {} /// \brief Notify constraint, that coincidence appears or removed - virtual void notifyCoincidenceChanged(EntityWrapperPtr theCoincAttr1, EntityWrapperPtr theCoincAttr2); - -protected: - /// \brief This method is used in derived objects to check consistence of constraint. - virtual void adjustConstraint(); + virtual void notifyCoincidenceChanged(EntityWrapperPtr theCoincAttr1, + EntityWrapperPtr theCoincAttr2); }; #endif