summaryrefslogtreecommitdiffhomepage
path: root/src/search-astar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/search-astar.hpp')
-rw-r--r--src/search-astar.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search-astar.hpp b/src/search-astar.hpp
index ea150c76..c31b348f 100644
--- a/src/search-astar.hpp
+++ b/src/search-astar.hpp
@@ -11,7 +11,7 @@ namespace floormat {
class world;
struct point;
-class path_search_result;
+struct path_search_result;
class astar
{