summaryrefslogtreecommitdiffhomepage
path: root/src/path-search-result.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-08 09:52:50 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-08 09:52:50 +0200
commit832641f2905532263f70b3ea9ecc4a9ca7373ed2 (patch)
treec85af0bcec318729fe2fe295b020efe0f387d3e8 /src/path-search-result.hpp
parentbfe9becfca9e789bf653c4bb8e92917acac04218 (diff)
a
Diffstat (limited to 'src/path-search-result.hpp')
-rw-r--r--src/path-search-result.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path-search-result.hpp b/src/path-search-result.hpp
index c7dde85e..90a4ba3d 100644
--- a/src/path-search-result.hpp
+++ b/src/path-search-result.hpp
@@ -9,7 +9,7 @@ namespace floormat {
struct path_search_result final
{
friend class path_search;
- friend class astar;
+ friend struct astar;
friend struct test_app;
struct pair { global_coords pos; Vector2 offset; };