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 a0734c299..479a99e76 100644 --- a/src/selection.h +++ b/src/selection.h @@ -274,13 +274,13 @@ public: * @brief Gets the selection's snap points. * @return Selection's snap points */ - std::vector<std::pair<Geom::Point, int> > getSnapPoints(SnapPreferences const *snapprefs) const; + std::vector<Inkscape::SnapCandidatePoint> 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<std::pair<Geom::Point, int> > getSnapPointsConvexHull(SnapPreferences const *snapprefs) const; + std::vector<Inkscape::SnapCandidatePoint> getSnapPointsConvexHull(SnapPreferences const *snapprefs) const; /** * @brief Connects a slot to be notified of selection changes |
