From 2d84e2a1aea2581bc674620090ca8dbd971ee7af Mon Sep 17 00:00:00 2001 From: Asheem Mamoowala Date: Tue, 12 Sep 2017 15:46:05 -0700 Subject: Fix platform dependent number type `unsigned long` -> `uint64_t` --- include/mbgl/storage/offline.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mbgl/storage/offline.hpp b/include/mbgl/storage/offline.hpp index afb2fa1e81..117dd0591b 100644 --- a/include/mbgl/storage/offline.hpp +++ b/include/mbgl/storage/offline.hpp @@ -31,7 +31,7 @@ public: /* Private */ std::vector tileCover(SourceType, uint16_t tileSize, const Range& zoomRange) const; - unsigned long tileCount(SourceType, uint16_t tileSize, const Range& zoomRange) const; + uint64_t tileCount(SourceType, uint16_t tileSize, const Range& zoomRange) const; const std::string styleURL; const LatLngBounds bounds; const double minZoom; -- cgit v1.2.1