summaryrefslogtreecommitdiffhomepage
path: root/src/path-search-dijkstra.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-12 13:22:01 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-12 14:29:20 +0200
commit4d1eb2ff20ac86533355702684bd69fe1ab46a8a (patch)
tree143a311127e6bc7240382a1ab7bc6c84c5c494bf /src/path-search-dijkstra.cpp
parent099af546882db7e2fdfef9e942cfc7e6d73f3261 (diff)
a
Diffstat (limited to 'src/path-search-dijkstra.cpp')
-rw-r--r--src/path-search-dijkstra.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-search-dijkstra.cpp b/src/path-search-dijkstra.cpp
index 994ca0ee..2ff87b00 100644
--- a/src/path-search-dijkstra.cpp
+++ b/src/path-search-dijkstra.cpp
@@ -148,7 +148,7 @@ size_t astar::edge_hash::operator()(const edge& e) const
#endif
}
-bool astar::edge::operator==(const floormat::astar::edge& other) const = default;
+bool astar::edge::operator==(const astar::edge& other) const = default;
#endif
path_search_result astar::Dijkstra(world& w, point from_, point to_, object_id own_id, uint32_t max_dist,