diff options
Diffstat (limited to 'src/selection.h')
| -rw-r--r-- | src/selection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selection.h b/src/selection.h index 6ae462fc3..88e8ae90d 100644 --- a/src/selection.h +++ b/src/selection.h @@ -268,13 +268,13 @@ public: * @brief Gets the selection's snap points. * @return Selection's snap points */ - std::vector<Geom::Point> getSnapPoints(bool includeItemCenter) const; + std::vector<Geom::Point> getSnapPoints(SnapPreferences const *snapprefs) const; /** * @brief Gets the snap points of a selection that form a convex hull. * @return Selection's convex hull points */ - std::vector<Geom::Point> getSnapPointsConvexHull() const; + std::vector<Geom::Point> getSnapPointsConvexHull(SnapPreferences const *snapprefs) const; /** * @brief Connects a slot to be notified of selection changes |
