From e5c85aa8478032ebecd8c586dc27afcaf77e4314 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sat, 27 Aug 2011 22:54:42 +0200 Subject: Allow snapping to path intersections without snapping to the paths themselves (bzr r10585) --- src/snap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/snap.h') diff --git a/src/snap.h b/src/snap.h index 8f8416ee5..a7b98748e 100644 --- a/src/snap.h +++ b/src/snap.h @@ -199,7 +199,7 @@ public: bool getSnapIndicator() const {return _snapindicator;} - Inkscape::SnappedPoint findBestSnap(Inkscape::SnapCandidatePoint const &p, SnappedConstraints const &sc, bool constrained, bool noCurves = false, bool allowOffScreen = false) const; + Inkscape::SnappedPoint findBestSnap(Inkscape::SnapCandidatePoint const &p, SnappedConstraints const &sc, bool constrained, bool allowOffScreen = false) const; void keepClosestPointOnly(std::vector &points, const Geom::Point &reference) const; protected: -- cgit v1.2.3