diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-06-10 00:31:49 -0400 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-06-10 00:31:54 -0400 |
commit | 3a26b49c2cfb50f312bca63b897480c10bc6329c (patch) | |
tree | ce7795b2ec2334dd9f989ce00d114dfacad8e0d9 /src/yuzu_tester/service/yuzutest.cpp | |
parent | 511bf3435d698662f4f95fbd4722c9a6052680f8 (diff) |
yuzutest: Add minor comments
Diffstat (limited to 'src/yuzu_tester/service/yuzutest.cpp')
-rw-r--r-- | src/yuzu_tester/service/yuzutest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu_tester/service/yuzutest.cpp b/src/yuzu_tester/service/yuzutest.cpp index a5e5bddb2..85d3f436b 100644 --- a/src/yuzu_tester/service/yuzutest.cpp +++ b/src/yuzu_tester/service/yuzutest.cpp @@ -95,7 +95,7 @@ private: IPC::ResponseBuilder rb{ctx, 2}; rb.Push(RESULT_SUCCESS); - finish_callback(results); + finish_callback(std::move(results)); } std::string data; |