summaryrefslogtreecommitdiffhomepage
path: root/test/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/app.hpp')
-rw-r--r--test/app.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/app.hpp b/test/app.hpp
index 3fb88666..bd31fdf7 100644
--- a/test/app.hpp
+++ b/test/app.hpp
@@ -9,7 +9,7 @@ namespace floormat {
struct chunk_coords;
struct chunk_coords_;
struct chunk;
-struct world;
+class world;
struct test_app final : private FM_APPLICATION
{