diff options
Diffstat (limited to 'main/main-impl.hpp')
| -rw-r--r-- | main/main-impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main-impl.hpp b/main/main-impl.hpp index ddb16e81..9e8527ad 100644 --- a/main/main-impl.hpp +++ b/main/main-impl.hpp @@ -34,7 +34,7 @@ struct main_impl final : Platform::Sdl2Application, floormat_main struct world& world() noexcept override; struct world& reset_world() noexcept override; - struct world& reset_world(struct world) noexcept override; + struct world& reset_world(struct world&& w) noexcept override; SDL_Window* window() noexcept override; fm_settings& settings() noexcept override; |
