From 0a78ad638f3bbcd46631cb2c741fca031356b725 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sat, 8 Mar 2008 11:32:18 +0000 Subject: Node tool: snap to paths and their nodes, incl. to the path currently being edited (bzr r4989) --- src/line-snapper.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/line-snapper.cpp') diff --git a/src/line-snapper.cpp b/src/line-snapper.cpp index a84a80296..219bc7482 100644 --- a/src/line-snapper.cpp +++ b/src/line-snapper.cpp @@ -28,7 +28,8 @@ void Inkscape::LineSnapper::_doFreeSnap(SnappedConstraints &sc, NR::Point const &p, bool const &f, std::vector &points_to_snap, - std::list const &it) const + std::list const &it, + std::vector *unselected_nodes) const { /* Get the lines that we will try to snap to */ const LineList lines = _getSnapLines(p); -- cgit v1.2.3