diff options
Diffstat (limited to 'src/path-search.hpp')
-rw-r--r-- | src/path-search.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-search.hpp b/src/path-search.hpp index 8a6dd768..629cda71 100644 --- a/src/path-search.hpp +++ b/src/path-search.hpp @@ -68,7 +68,7 @@ struct astar using pred = path_search::pred; template<typename T> using bbox = path_search::bbox<T>; - struct point_hash { size_t operator()(point pt) const; }; + struct point_hash { size_t operator()(const point& pt) const; }; fm_DECLARE_DELETED_COPY_ASSIGNMENT(astar); |