Code

1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in the selec...
[inkscape.git] / src / snap.h
index 613550376aca3d485f3f33536631358494aa2d51..24f62ec6fbd555b385babd211ab4a9e716479b27 100644 (file)
@@ -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