summaryrefslogtreecommitdiffstats
path: root/src/snap.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2009-07-29 20:55:51 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2009-07-29 20:55:51 +0000
commit2400be6dd81349d88a004ad61be6aac7772bf750 (patch)
tree3f47b18238094ff0ed969a29518d7f44b0581451 /src/snap.h
parentFix for bug LP #383244 (patch by Hannes Hochreiner) (diff)
downloadinkscape-2400be6dd81349d88a004ad61be6aac7772bf750.tar.gz
inkscape-2400be6dd81349d88a004ad61be6aac7772bf750.zip
Snap guides to intersections of curves too (see bug #405419)
(bzr r8361)
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 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 */