summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2015-06-24 14:50:54 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2015-06-26 10:32:07 -0700
commitd19308351322ea8314137d531a9935e19b6f235f (patch)
treea785ef5841eda34ba133201a8c399d683b65ab78 /android
parente6a576f6eb2fb0124b7cbfbc975398ded5e812f9 (diff)
downloadqtlocation-mapboxgl-d19308351322ea8314137d531a9935e19b6f235f.tar.gz
Remove duration argument from View::notifyMapChange
Fixes #1026
Diffstat (limited to 'android')
-rw-r--r--android/cpp/native_map_view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/cpp/native_map_view.cpp b/android/cpp/native_map_view.cpp
index 48f75865e6..983797767a 100644
--- a/android/cpp/native_map_view.cpp
+++ b/android/cpp/native_map_view.cpp
@@ -640,7 +640,7 @@ void NativeMapView::resume() {
}
}
-void NativeMapView::notifyMapChange(mbgl::MapChange, std::chrono::steady_clock::duration) {
+void NativeMapView::notifyMapChange(mbgl::MapChange) {
mbgl::Log::Debug(mbgl::Event::Android, "NativeMapView::notifyMapChange()");
assert(vm != nullptr);