summaryrefslogtreecommitdiffstats
path: root/src/snap.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2007-09-07 19:22:55 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2007-09-07 19:22:55 +0000
commitb6007747868547d2535eb8e1d9c01064179a0468 (patch)
tree34837db6e415cc63daa979797a5cf786bdf47e41 /src/snap.h
parentmore consistent coverage of all shift-modes of + and - (diff)
downloadinkscape-b6007747868547d2535eb8e1d9c01064179a0468.tar.gz
inkscape-b6007747868547d2535eb8e1d9c01064179a0468.zip
Also snap new guides, which are being dragged off the ruler.
(bzr r3701)
Diffstat (limited to 'src/snap.h')
-rw-r--r--src/snap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snap.h b/src/snap.h
index cdd707d01..f44df8923 100644
--- a/src/snap.h
+++ b/src/snap.h
@@ -84,7 +84,7 @@ public:
std::list<SPItem const *> const &it) const;
Inkscape::SnappedPoint guideSnap(NR::Point const &p,
- SPGuide const &guide) const;
+ NR::Point const &guide_normal) const;
std::pair<NR::Point, bool> freeSnapTranslation(Inkscape::Snapper::PointType t,
std::vector<NR::Point> const &p,