diff --git a/src/libs/utils/mapreduce.h b/src/libs/utils/mapreduce.h index fbaa8f8bb01..007056ecc81 100644 --- a/src/libs/utils/mapreduce.h +++ b/src/libs/utils/mapreduce.h @@ -412,9 +412,9 @@ mapReduce(ForwardIterator begin, ForwardIterator end, InitFunction &&init, MapFu or MapResultType MapFunction(const ItempType&) - void ReduceFunction(QFutureInterface&, StateType&, const ItemType&) + void ReduceFunction(QFutureInterface&, StateType&, const MapResultType&) or - ReduceResultType ReduceFunction(StateType&, const ItemType&) + ReduceResultType ReduceFunction(StateType&, const MapResultType&) void CleanUpFunction(QFutureInterface&, StateType&) or