diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-02-26 04:10:18 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-02-26 04:21:28 +0200 |
commit | f683b10e106e7376322b9c67c2baf57f5022cec2 (patch) | |
tree | 44b061f7538554ff2428c65bd69944326ef890ed /include | |
parent | c8b7066d2e83d3a6f9f72b7db6681b437fa0dc9d (diff) | |
download | qtlocation-mapboxgl-f683b10e106e7376322b9c67c2baf57f5022cec2.tar.gz |
[core] Build fix
Fix no viable conversion on OSX.
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/util/constants.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/util/constants.hpp b/include/mbgl/util/constants.hpp index 480020f2ca..fef68fcf8c 100644 --- a/include/mbgl/util/constants.hpp +++ b/include/mbgl/util/constants.hpp @@ -25,7 +25,7 @@ extern const double MAX_ZOOM; extern const uint64_t DEFAULT_MAX_CACHE_SIZE; -extern const Duration CLOCK_SKEW_RETRY_TIMEOUT; +extern const SystemDuration CLOCK_SKEW_RETRY_TIMEOUT; } // namespace util |