diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-04-19 20:06:28 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-04-19 20:06:28 +0000 |
| commit | fa3101dc4297b19b5514a14d21fe29c14d2a62a2 (patch) | |
| tree | 08db0edcc36b918008fa82598a03fb12d4ef0376 /src/guide-snapper.h | |
| parent | Completes crash fix for 1638735 (diff) | |
| download | inkscape-fa3101dc4297b19b5514a14d21fe29c14d2a62a2.tar.gz inkscape-fa3101dc4297b19b5514a14d21fe29c14d2a62a2.zip | |
Improve readability and remove some unused code
(bzr r2930)
Diffstat (limited to 'src/guide-snapper.h')
| -rw-r--r-- | src/guide-snapper.h | 2 |
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; |
