Code

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