diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-12-22 14:05:58 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-12-22 14:05:58 +0000 |
| commit | c94e78ef51bd6e54e477419e76576cf9de1fa31f (patch) | |
| tree | 8b7f88258f4880f6f2c9e7bc2ffe25f5fd03f36d /src/snap.h | |
| parent | BUG 178048 Void method which returns a value in stringstream.h confuses g++ 3.3 (diff) | |
| download | inkscape-c94e78ef51bd6e54e477419e76576cf9de1fa31f.tar.gz inkscape-c94e78ef51bd6e54e477419e76576cf9de1fa31f.zip | |
1) solve bug #177995
2) don't look for nearby intersections when doing a constrained snap
(bzr r4275)
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 f7882fc61..db7ec8a89 100644 --- a/src/snap.h +++ b/src/snap.h @@ -181,7 +181,7 @@ private: NR::Dim2 dim, bool uniform) const; - Inkscape::SnappedPoint findBestSnap(NR::Point const &p, SnappedConstraints &sc) const; + Inkscape::SnappedPoint findBestSnap(NR::Point const &p, SnappedConstraints &sc, bool constrained) const; }; #endif /* !SEEN_SNAP_H */ |
