X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FSketchSolver_ConstraintMiddle.h;h=bc0053b207d9b476aedab7b36f7bbe368f0eb984;hb=4f565b2204d3fba046aa8c851abada2a5a17bf6c;hp=b86e714f5b756816a56d5de6db9c86e76cf64157;hpb=4ed131ce78969b71c4ba5b44bda8cc3d5aee99a6;p=modules%2Fshaper.git diff --git a/src/SketchSolver/SketchSolver_ConstraintMiddle.h b/src/SketchSolver/SketchSolver_ConstraintMiddle.h index b86e714f5..bc0053b20 100644 --- a/src/SketchSolver/SketchSolver_ConstraintMiddle.h +++ b/src/SketchSolver/SketchSolver_ConstraintMiddle.h @@ -22,7 +22,8 @@ public: virtual ~SketchSolver_ConstraintMiddle() {} /// \brief Notify constraint, that coincidence appears or removed - virtual void notifyCoincidenceChanged(EntityWrapperPtr theCoincAttr1, EntityWrapperPtr theCoincAttr2); + virtual void notifyCoincidenceChanged(EntityWrapperPtr theCoincAttr1, + EntityWrapperPtr theCoincAttr2); }; #endif