From 59259f0cabfa0205acc3229c281169e8406570b3 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Fri, 2 Sep 2011 22:14:29 +0200 Subject: Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapResults" (bzr r10612) --- 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 a7b98748e..4a8f4b7c1 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 allowOffScreen = false) const; + Inkscape::SnappedPoint findBestSnap(Inkscape::SnapCandidatePoint const &p, IntermSnapResults const &isr, bool constrained, bool allowOffScreen = false) const; void keepClosestPointOnly(std::vector &points, const Geom::Point &reference) const; protected: -- cgit v1.2.3