diff options
Diffstat (limited to 'src/snap.h')
| -rw-r--r-- | src/snap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snap.h b/src/snap.h index 866775789..e360eda00 100644 --- a/src/snap.h +++ b/src/snap.h @@ -193,7 +193,7 @@ private: void _displaySnapsource(Inkscape::SnapPreferences::PointType point_type, std::pair<Geom::Point, int> const &p) const; - Inkscape::SnappedPoint findBestSnap(Geom::Point const &p, Inkscape::SnapSourceType const source_type, SnappedConstraints &sc, bool constrained) const; + Inkscape::SnappedPoint findBestSnap(Geom::Point const &p, Inkscape::SnapSourceType const source_type, SnappedConstraints &sc, bool constrained, bool noCurves = false) const; }; #endif /* !SEEN_SNAP_H */ |
