Code

Rearrange to enable code that does not directly rely on lcms.
[inkscape.git] / src / snapped-point.h
index bc5b2d39ee702d97753c9b9b9ec221b105039820..b50207429ab81c8ee2d6d3b0d87f515348acc10a 100644 (file)
@@ -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