diff options
| author | Carl Hetherington <cth@carlh.net> | 2006-05-05 14:22:41 +0000 |
|---|---|---|
| committer | cth103 <cth103@users.sourceforge.net> | 2006-05-05 14:22:41 +0000 |
| commit | b0bda995cebf5befd80a735796661fb670eca179 (patch) | |
| tree | 374d96842b1befddde6bb2dc503b1700535982b2 /src/object-snapper.cpp | |
| parent | remove overdefinition (diff) | |
| download | inkscape-b0bda995cebf5befd80a735796661fb670eca179.tar.gz inkscape-b0bda995cebf5befd80a735796661fb670eca179.zip | |
Various snapping cleanups and bug fixes.
(bzr r734)
Diffstat (limited to 'src/object-snapper.cpp')
| -rw-r--r-- | src/object-snapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object-snapper.cpp b/src/object-snapper.cpp index 9a3f61525..e7a975d01 100644 --- a/src/object-snapper.cpp +++ b/src/object-snapper.cpp @@ -167,7 +167,7 @@ Inkscape::SnappedPoint Inkscape::ObjectSnapper::_doFreeSnap(NR::Point const &p, Inkscape::SnappedPoint Inkscape::ObjectSnapper::_doConstrainedSnap(NR::Point const &p, - NR::Point const &c, + ConstraintLine const &c, std::list<SPItem const *> const &it) const { /* FIXME: this needs implementing properly; I think we have to do the |
