summaryrefslogtreecommitdiff
path: root/src/mbgl/map/view.cpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-04-01 14:05:37 -0700
committerKonstantin Käfer <mail@kkaefer.com>2015-04-02 12:28:12 +0200
commit9331acf8e68e428e70c1f73ccb90147e71c586fd (patch)
treedf0d36b3192e96f11817ca9caa490e7075a96eeb /src/mbgl/map/view.cpp
parent440864063e916e92eed1b1fe15453e067cbf2781 (diff)
downloadqtlocation-mapboxgl-9331acf8e68e428e70c1f73ccb90147e71c586fd.tar.gz
Add typedefs for std::chrono::steady_clock types
Diffstat (limited to 'src/mbgl/map/view.cpp')
-rw-r--r--src/mbgl/map/view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/map/view.cpp b/src/mbgl/map/view.cpp
index 21ba4daf36..95c31f93e3 100644
--- a/src/mbgl/map/view.cpp
+++ b/src/mbgl/map/view.cpp
@@ -13,7 +13,7 @@ void View::resize(uint16_t width, uint16_t height, float ratio, uint16_t fbWidth
map->resize(width, height, ratio, fbWidth, fbHeight);
}
-void View::notifyMapChange(MapChange, std::chrono::steady_clock::duration) {
+void View::notifyMapChange(MapChange, Duration) {
// no-op
}