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/tests/path-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/tests/path-test.cpp') diff --git a/editor/tests/path-test.cpp b/editor/tests/path-test.cpp index 68c7fee9..6bb89bef 100644 --- a/editor/tests/path-test.cpp +++ b/editor/tests/path-test.cpp @@ -161,7 +161,7 @@ void path_test::update_pre(app& a) result = { .from = pending.from, .to = pending.to, - .path = std::move(res.raw_path().vec), + .path = move(res.raw_path().vec), .time = res.time(), .cost = res.cost(), .distance = res.distance(), -- cgit v1.2.3