summaryrefslogtreecommitdiffstats
path: root/src/snapped-point.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/snapped-point.h')
-rw-r--r--src/snapped-point.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snapped-point.h b/src/snapped-point.h
index 4b4882ee4..a28712e85 100644
--- a/src/snapped-point.h
+++ b/src/snapped-point.h
@@ -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