mirror of https://github.com/aria2/aria2
Fix compile error on travis
parent
d0ccb39880
commit
22e18e5983
|
@ -1436,7 +1436,7 @@ std::unique_ptr<ValueBase> SystemListMethodsRpcMethod::process
|
|||
list->append(s);
|
||||
}
|
||||
|
||||
return list;
|
||||
return std::move(list);
|
||||
}
|
||||
|
||||
RpcResponse SystemListMethodsRpcMethod::execute(RpcRequest req,
|
||||
|
|
Loading…
Reference in New Issue