Code

Fix paraxial pen tool: apply constraint even if we didn't snap
[inkscape.git] / src / snapped-point.h
index 4b4882ee41bae54370ad8a108155e0eef0b83fb1..a28712e85f519f13b9d2017c2f08c86c229f6fd9 100644 (file)
@@ -48,7 +48,7 @@ public:
      * to, because it only returns a point if snapping has actually occurred
      * (by overwriting p)
      */
-    void getPoint(Geom::Point &p) const;
+    void getPointIfSnapped(Geom::Point &p) const;
 
     /* This method however always returns a point, even if no snapping
      * has occurred; A check should be implemented in the calling code