diff options
Diffstat (limited to 'src/snap.h')
| -rw-r--r-- | src/snap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snap.h b/src/snap.h index 4185b051a..e0217948f 100644 --- a/src/snap.h +++ b/src/snap.h @@ -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, |
