Code

Filter effects dialog:
[inkscape.git] / src / guide-snapper.h
index 37ea08701db1238316dbe13464fb3cf52aeb25cf..15f484711623325a6477b54ddb028db6c3154dd6 100644 (file)
@@ -30,7 +30,7 @@ class GuideSnapper : public LineSnapper
 public:
     GuideSnapper(SPNamedView const *nv, NR::Coord const d);
     
-    bool willSnapSomething() const;
+    bool ThisSnapperMightSnap() const;
 
 private:
     LineList _getSnapLines(NR::Point const &p) const;