summaryrefslogtreecommitdiffstats
path: root/src/guide-snapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guide-snapper.h')
-rw-r--r--src/guide-snapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guide-snapper.h b/src/guide-snapper.h
index 37ea08701..15f484711 100644
--- a/src/guide-snapper.h
+++ b/src/guide-snapper.h
@@ -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;