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 613550376..24f62ec6f 100644 --- a/src/snap.h +++ b/src/snap.h @@ -107,7 +107,7 @@ public: void preSnap(Inkscape::SnapCandidatePoint const &p); - Geom::Point multipleOfGridPitch(Geom::Point const &t) const; + Geom::Point multipleOfGridPitch(Geom::Point const &t, Geom::Point const &origin); // constrainedSnapReturnByRef() is preferred over constrainedSnap(), because it only returns a // point, by overwriting p, if snapping has occurred; otherwise p is untouched |
