summaryrefslogtreecommitdiffstats
path: root/src/line-snapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/line-snapper.cpp')
-rw-r--r--src/line-snapper.cpp3
1 files changed, 2 insertions, 1 deletions
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<NR::Point> &points_to_snap,
- std::list<SPItem const *> const &it) const
+ std::list<SPItem const *> const &it,
+ std::vector<NR::Point> *unselected_nodes) const
{
/* Get the lines that we will try to snap to */
const LineList lines = _getSnapLines(p);