Fix compile error on travis

pull/538/head
Tatsuhiro Tsujikawa 2015-12-26 21:08:06 +09:00
parent d0ccb39880
commit 22e18e5983
1 changed files with 1 additions and 1 deletions

View File

@ -1436,7 +1436,7 @@ std::unique_ptr<ValueBase> SystemListMethodsRpcMethod::process
list->append(s);
}
return list;
return std::move(list);
}
RpcResponse SystemListMethodsRpcMethod::execute(RpcRequest req,