summaryrefslogtreecommitdiffstats
path: root/src/snapped-point.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/snapped-point.cpp')
-rw-r--r--src/snapped-point.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snapped-point.cpp b/src/snapped-point.cpp
index 48efa10e6..22daf9103 100644
--- a/src/snapped-point.cpp
+++ b/src/snapped-point.cpp
@@ -100,7 +100,7 @@ Inkscape::SnappedPoint::~SnappedPoint()
{
}
-void Inkscape::SnappedPoint::getPoint(Geom::Point &p) const
+void Inkscape::SnappedPoint::getPointIfSnapped(Geom::Point &p) const
{
// When we have snapped
if (getSnapped()) {