From 78a3eec9be053a1f82cf2e6235bbaa4deb4a1335 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 28 Feb 2024 18:29:02 +0100 Subject: switch to using unqualified calls to {move,forward,swap} --- editor/ctor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/ctor.cpp') diff --git a/editor/ctor.cpp b/editor/ctor.cpp index 36a35ae5..6b35b34c 100644 --- a/editor/ctor.cpp +++ b/editor/ctor.cpp @@ -10,7 +10,7 @@ namespace floormat { app::app(fm_settings&& opts) : - M{floormat_main::create(*this, Utility::move(opts))}, + M{floormat_main::create(*this, move(opts))}, _imgui{InPlaceInit, NoCreate}, _wireframe{InPlaceInit}, _tests{tests_data_::make()}, -- cgit v1.2.3