summaryrefslogtreecommitdiff
path: root/include/mbgl/util/constants.hpp
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-02-26 04:10:18 +0200
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-02-26 04:21:28 +0200
commitf683b10e106e7376322b9c67c2baf57f5022cec2 (patch)
tree44b061f7538554ff2428c65bd69944326ef890ed /include/mbgl/util/constants.hpp
parentc8b7066d2e83d3a6f9f72b7db6681b437fa0dc9d (diff)
downloadqtlocation-mapboxgl-f683b10e106e7376322b9c67c2baf57f5022cec2.tar.gz
[core] Build fix
Fix no viable conversion on OSX.
Diffstat (limited to 'include/mbgl/util/constants.hpp')
-rw-r--r--include/mbgl/util/constants.hpp2
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