Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2016-10-14 17:00:44 +0300
committerVladiMihaylenko <vxmihaylenko@gmail.com>2016-10-17 15:08:44 +0300
commit6fcb29a414b961fca1164aff104decb89ff8114b (patch)
tree1e5a11d5d671c289d10b62d270a301d08ed7ba8c /partners_api
parentae64270ab06d69061b77e7732ef7dd5d44c34568 (diff)
[ios] Review fixes.
Diffstat (limited to 'partners_api')
-rw-r--r--partners_api/uber_api.hpp2
1 files changed, 1 insertions, 1 deletions
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<void(vector<Product> const & products, size_t const requestId)>;
+using ProductsCallback = function<void(vector<Product> const & products, uint64_t const requestId)>;
/// Class which used for making products from http requests results.
class ProductMaker