diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-24 12:32:15 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-24 12:32:15 +0100 |
| commit | a59e43496fb3e2aae6bf0fbdddc01dba4db1b219 (patch) | |
| tree | daebfa7d3e98aff737c32404c70772ab61dd0889 /src/search-node.hpp | |
| parent | edf5b8abd3435aae6dd65fcfbd26839071fc9c7e (diff) | |
w
Diffstat (limited to 'src/search-node.hpp')
| -rw-r--r-- | src/search-node.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search-node.hpp b/src/search-node.hpp index c911e735..06bef04f 100644 --- a/src/search-node.hpp +++ b/src/search-node.hpp @@ -15,7 +15,7 @@ struct path_search_result::pair struct path_search_result::node { - friend class path_search_result; + friend struct path_search_result; friend struct test_app; node() noexcept; |
