summaryrefslogtreecommitdiff
path: root/src
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 /src
parentc8b7066d2e83d3a6f9f72b7db6681b437fa0dc9d (diff)
downloadqtlocation-mapboxgl-f683b10e106e7376322b9c67c2baf57f5022cec2.tar.gz
[core] Build fix
Fix no viable conversion on OSX.
Diffstat (limited to 'src')
-rw-r--r--src/mbgl/util/constants.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/util/constants.cpp b/src/mbgl/util/constants.cpp
index 9b3c110836..85f9856a3a 100644
--- a/src/mbgl/util/constants.cpp
+++ b/src/mbgl/util/constants.cpp
@@ -31,7 +31,7 @@ const double MAX_ZOOM = 25.5;
const uint64_t DEFAULT_MAX_CACHE_SIZE = 50 * 1024 * 1024;
-const Duration CLOCK_SKEW_RETRY_TIMEOUT = Seconds(30);
+const SystemDuration CLOCK_SKEW_RETRY_TIMEOUT = Seconds(30);
} // namespace util