From 6fcb29a414b961fca1164aff104decb89ff8114b Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Fri, 14 Oct 2016 17:00:44 +0300 Subject: [ios] Review fixes. --- partners_api/uber_api.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'partners_api') diff --git a/partners_api/uber_api.hpp b/partners_api/uber_api.hpp index 3fab3b6fee..536e931a69 100644 --- a/partners_api/uber_api.hpp +++ b/partners_api/uber_api.hpp @@ -50,7 +50,7 @@ struct Product }; /// @products - vector of available products for requested route. /// @requestId - identificator which was provided to GetAvailableProducts to identify request. -using ProductsCallback = function const & products, size_t const requestId)>; +using ProductsCallback = function const & products, uint64_t const requestId)>; /// Class which used for making products from http requests results. class ProductMaker -- cgit v1.2.3