X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchSolver%2FSketchSolver_ConstraintCollinear.h;h=5d6187eb41b363b13328a1651f03a3b4c0aaca64;hb=4f565b2204d3fba046aa8c851abada2a5a17bf6c;hp=6299740dd14eb6d654ed4a355f09b28127863a7b;hpb=6534ec23cbbcf075080dde61be55628c4814a793;p=modules%2Fshaper.git diff --git a/src/SketchSolver/SketchSolver_ConstraintCollinear.h b/src/SketchSolver/SketchSolver_ConstraintCollinear.h index 6299740dd..5d6187eb4 100644 --- a/src/SketchSolver/SketchSolver_ConstraintCollinear.h +++ b/src/SketchSolver/SketchSolver_ConstraintCollinear.h @@ -22,7 +22,8 @@ public: virtual ~SketchSolver_ConstraintCollinear() {} /// \brief Notify constraint, that coincidence appears or removed - virtual void notifyCoincidenceChanged(EntityWrapperPtr theCoincAttr1, EntityWrapperPtr theCoincAttr2); + virtual void notifyCoincidenceChanged(EntityWrapperPtr theCoincAttr1, + EntityWrapperPtr theCoincAttr2); }; #endif