diff options
Diffstat (limited to 'src/snapper.cpp')
| -rw-r--r-- | src/snapper.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/snapper.cpp b/src/snapper.cpp index f8f7705f2..31a96a871 100644 --- a/src/snapper.cpp +++ b/src/snapper.cpp @@ -123,8 +123,7 @@ void Inkscape::Snapper::freeSnap(SnappedConstraints &sc, * \return Snapped point. */ -void Inkscape::Snapper::freeSnap(SnappedConstraints &sc, - +void Inkscape::Snapper::freeSnap(SnappedConstraints &sc, PointType const &t, NR::Point const &p, bool const &first_point, @@ -153,12 +152,11 @@ void Inkscape::Snapper::freeSnap(SnappedConstraints &sc, * \return Snapped point. */ -void Inkscape::Snapper::constrainedSnap(SnappedConstraints &sc, - +void Inkscape::Snapper::constrainedSnap(SnappedConstraints &sc, PointType const &t, NR::Point const &p, bool const &first_point, - std::vector<NR::Point> &points_to_snap, + std::vector<NR::Point> &points_to_snap, ConstraintLine const &c, SPItem const *it) const { |
