diff options
| author | Carl Hetherington <cth@carlh.net> | 2006-05-04 14:14:43 +0000 |
|---|---|---|
| committer | cth103 <cth103@users.sourceforge.net> | 2006-05-04 14:14:43 +0000 |
| commit | 2f7f8b94795261a2d0f44455478b146d7da04ce8 (patch) | |
| tree | 174b1919b42806b7ad55fcfd529b598a43f98fc3 /src/snap.h | |
| parent | fix relative and absolute paths according to w3c uri spec (diff) | |
| download | inkscape-2f7f8b94795261a2d0f44455478b146d7da04ce8.tar.gz inkscape-2f7f8b94795261a2d0f44455478b146d7da04ce8.zip | |
Clean up knutux's fix for the snapper crash.
(bzr r727)
Diffstat (limited to 'src/snap.h')
| -rw-r--r-- | src/snap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/snap.h b/src/snap.h index 49c498789..c77e8df41 100644 --- a/src/snap.h +++ b/src/snap.h @@ -29,6 +29,8 @@ class SPNamedView; class SnapManager { public: + SnapManager(SPNamedView* v); + bool willSnapSomething() const; Inkscape::SnappedPoint freeSnap(Inkscape::Snapper::PointType t, |
