summaryrefslogtreecommitdiffstats
path: root/src/snap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/snap.h')
-rw-r--r--src/snap.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/snap.h b/src/snap.h
index 156703264..bdaa27ea8 100644
--- a/src/snap.h
+++ b/src/snap.h
@@ -48,7 +48,8 @@ public:
Inkscape::SnappedPoint freeSnap(Inkscape::Snapper::PointType t,
NR::Point const &p,
- SPItem const *it) const;
+ SPItem const *it,
+ NR::Maybe<NR::Point> point_not_to_snap_to = NR::Nothing()) const;
Inkscape::SnappedPoint freeSnap(Inkscape::Snapper::PointType t,
NR::Point const &p,