From 07716595e0c26ba6d19ee6c498280508ca5aa6c2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 Jan 2024 07:59:59 +0100 Subject: a --- floormat/main.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'floormat') diff --git a/floormat/main.hpp b/floormat/main.hpp index cfb41f1d..a6f67ab0 100644 --- a/floormat/main.hpp +++ b/floormat/main.hpp @@ -23,7 +23,7 @@ struct wall_mesh; struct anim_mesh; struct texture_unit_cache; class path_search; -struct astar; +class astar; struct floormat_main { @@ -82,7 +82,7 @@ struct floormat_main virtual struct texture_unit_cache& texture_unit_cache() = 0; virtual path_search& search() = 0; - virtual struct astar& astar() = 0; + virtual class astar& astar() = 0; [[nodiscard]] static floormat_main* create(floormat_app& app, fm_settings&& options); [[maybe_unused]] static void debug_break(); -- cgit v1.2.3