Code

Improve snapper performance (mainly in by editting WillSnapSomething())
[inkscape.git] / src / guide-snapper.h
index 37e3e3006d66c51c2c733fbefed5119b8026b595..37ea08701db1238316dbe13464fb3cf52aeb25cf 100644 (file)
@@ -29,6 +29,8 @@ class GuideSnapper : public LineSnapper
 {
 public:
     GuideSnapper(SPNamedView const *nv, NR::Coord const d);
+    
+    bool willSnapSomething() const;
 
 private:
     LineList _getSnapLines(NR::Point const &p) const;