From 63d732ef4c6d3ee46fc743768274d407de6f876a Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sun, 7 Sep 2008 15:12:57 +0000 Subject: If a snapper needs a reference to a SPNamedView or a SPDesktop, then get that reference via the SnapManager (instead of storing references in the snapper and accessing them directly) (bzr r6773) --- src/guide-snapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/guide-snapper.h') diff --git a/src/guide-snapper.h b/src/guide-snapper.h index df6086ccf..a7798c72f 100644 --- a/src/guide-snapper.h +++ b/src/guide-snapper.h @@ -28,7 +28,7 @@ namespace Inkscape class GuideSnapper : public LineSnapper { public: - GuideSnapper(SPNamedView const *nv, Geom::Coord const d); + GuideSnapper(SnapManager const *sm, Geom::Coord const d); bool ThisSnapperMightSnap() const; private: -- cgit v1.2.3