summaryrefslogtreecommitdiffstats
path: root/src/snap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/snap.h')
-rw-r--r--src/snap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/snap.h b/src/snap.h
index 3a8e18ad3..6a87d95cc 100644
--- a/src/snap.h
+++ b/src/snap.h
@@ -31,7 +31,7 @@ enum SPGuideDragType { // used both here and in desktop-events.cpp
};
class SPGuide;
-class SPNamedView;
+struct SPNamedView;
/**
* Class to coordinate snapping operations.
@@ -93,7 +93,7 @@ public:
*
* @return true if one of the snappers will try to snap to something.
*/
- bool someSnapperMightSnap() const;
+ bool someSnapperMightSnap(bool immediately = true) const;
/**
* @return true if one of the grids might be snapped to.