From 0e95ec8953ed3e404e2e10d2a91ff4a0fdfcf1a6 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 1 Mar 2024 23:23:44 +0100 Subject: fix build --- editor/app.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor') 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 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); -- cgit v1.2.3