Code

Filter effects dialog:
[inkscape.git] / src / snap.h
index 4185b051ab3a985f030de7884855fd0d4a44db26..e0217948fe3cfdb4b0f7a96b2841096512dd49c1 100644 (file)
@@ -42,7 +42,7 @@ public:
 
     typedef std::list<const Inkscape::Snapper*> SnapperList;
 
-    bool willSnapSomething() const;
+    bool SomeSnapperMightSnap() const;
 
     Inkscape::SnappedPoint freeSnap(Inkscape::Snapper::PointType t,
                                     NR::Point const &p,