From 4d1eb2ff20ac86533355702684bd69fe1ab46a8a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 12 Oct 2023 13:22:01 +0200 Subject: a --- src/path-search-dijkstra.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/path-search-dijkstra.cpp') 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, -- cgit v1.2.3