From a6f2609902125fe035cba64cc9431b0e83d9ab30 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Fri, 16 May 2008 21:53:27 +0000 Subject: Fix a regression in the snapper, caused by me. Sorry! (bzr r5680) --- src/snap.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/snap.cpp') diff --git a/src/snap.cpp b/src/snap.cpp index bc81bdf3a..46d043ec1 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -179,7 +179,7 @@ bool SnapManager::getSnapModeGuide() const * \return Snapped point. */ -void SnapManager::freeSnapVoid(Inkscape::Snapper::PointType point_type, +void SnapManager::freeSnapReturnByRef(Inkscape::Snapper::PointType point_type, NR::Point &p, bool first_point, NR::Maybe const &bbox_to_snap) const @@ -244,7 +244,7 @@ Inkscape::SnappedPoint SnapManager::freeSnap(Inkscape::Snapper::PointType point_ * \return Snapped point. */ -void SnapManager::constrainedSnapVoid(Inkscape::Snapper::PointType point_type, +void SnapManager::constrainedSnapReturnByRef(Inkscape::Snapper::PointType point_type, NR::Point &p, Inkscape::Snapper::ConstraintLine const &constraint, bool first_point, -- cgit v1.2.3