summaryrefslogtreecommitdiffhomepage
path: root/main/main-impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/main-impl.cpp')
-rw-r--r--main/main-impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main-impl.cpp b/main/main-impl.cpp
index 4fe5d702..ae074a49 100644
--- a/main/main-impl.cpp
+++ b/main/main-impl.cpp
@@ -15,7 +15,7 @@ main_impl::~main_impl() noexcept
}
void main_impl::quit(int status) { Platform::Sdl2Application::exit(status); }
-struct world& main_impl::world() noexcept { return _world; }
+class world& main_impl::world() noexcept { return _world; }
SDL_Window* main_impl::window() noexcept { return Sdl2Application::window(); }
fm_settings& main_impl::settings() noexcept { return s; }
const fm_settings& main_impl::settings() const noexcept { return s; }