diff options
Diffstat (limited to 'src/line-snapper.h')
| -rw-r--r-- | src/line-snapper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/line-snapper.h b/src/line-snapper.h index c1c7da39a..39df82057 100644 --- a/src/line-snapper.h +++ b/src/line-snapper.h @@ -32,7 +32,7 @@ private: NR::Point const &p, bool const &first_point, std::vector<NR::Point> &points_to_snap, - std::list<SPItem const *> const &it, + std::vector<SPItem const *> const &it, std::vector<NR::Point> *unselected_nodes) const; void _doConstrainedSnap(SnappedConstraints &sc, @@ -41,7 +41,7 @@ private: bool const &first_point, std::vector<NR::Point> &points_to_snap, ConstraintLine const &c, - std::list<SPItem const *> const &it) const; + std::vector<SPItem const *> const &it) const; /** * \param p Point that we are trying to snap. |
