diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-01 23:23:44 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-02 05:09:57 +0100 |
commit | 0e95ec8953ed3e404e2e10d2a91ff4a0fdfcf1a6 (patch) | |
tree | 78af22b7e31dbef2125b25d1bd8e9df9d650b88a /editor | |
parent | 05f3e721694249a71f46cef3c87e0156b00363ee (diff) |
fix build
Diffstat (limited to 'editor')
-rw-r--r-- | editor/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index b3645a7d..4cc24259 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -86,7 +86,7 @@ struct app final : floormat_app shared_ptr_wrapper<critter> ensure_player_character(world& w); private: - app(fm_settings&& opts); + explicit app(fm_settings&& opts); fm_DECLARE_DELETED_COPY_ASSIGNMENT(app); fm_DECLARE_DEPRECATED_MOVE_ASSIGNMENT(app); |