X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsnapped-point.h;h=b50207429ab81c8ee2d6d3b0d87f515348acc10a;hb=7b51296159813ffbc382e4decef735f222ee23f8;hp=bc5b2d39ee702d97753c9b9b9ec221b105039820;hpb=55dd1351535fdbc7d4087cef62b2c3f59de8726e;p=inkscape.git diff --git a/src/snapped-point.h b/src/snapped-point.h index bc5b2d39e..b50207429 100644 --- a/src/snapped-point.h +++ b/src/snapped-point.h @@ -79,7 +79,7 @@ public: void setTarget(SnapTargetType const target) {_target = target;} SnapTargetType getTarget() {return _target;} - bool isOtherOneBetter(SnappedPoint const &other_one, bool weighted) const; + bool isOtherSnapBetter(SnappedPoint const &other_one, bool weighted) const; protected: Geom::Point _point; // Location of the snapped point