summaryrefslogtreecommitdiffhomepage
path: root/editor/tests
diff options
context:
space:
mode:
Diffstat (limited to 'editor/tests')
-rw-r--r--editor/tests/path-test.cpp2
1 files changed, 1 insertions, 1 deletions
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(),