From 5a95eb1282e30bd803d7e0b352a8443795842e42 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 2 Nov 2022 19:03:32 +0100 Subject: fix build with Linux and/or GCC --- floormat/main.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'floormat') diff --git a/floormat/main.hpp b/floormat/main.hpp index da7e59b9..9347ad40 100644 --- a/floormat/main.hpp +++ b/floormat/main.hpp @@ -36,7 +36,7 @@ struct floormat_main virtual global_coords pixel_to_tile(Vector2d position) const noexcept = 0; - virtual world& world() noexcept = 0; + virtual struct world& world() noexcept = 0; virtual SDL_Window* window() noexcept = 0; [[nodiscard]] static floormat_main* create(floormat_app& app, fm_settings&& options); -- cgit v1.2.3