summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorBrad Leege <bleege@gmail.com>2015-05-20 15:12:48 -0500
committerBrad Leege <bleege@gmail.com>2015-05-20 15:12:48 -0500
commita47438d42adddad9838048cb4c5996a3eadb1c6b (patch)
tree5b198dc7db2310fbb9ca758fb29657b5004cadd6 /platform
parentcbcc3a3e4912077f78e63ea4e470342f894e1630 (diff)
downloadqtlocation-mapboxgl-a47438d42adddad9838048cb4c5996a3eadb1c6b.tar.gz
#1595 - Changing to strongSelf
Diffstat (limited to 'platform')
-rw-r--r--platform/ios/MGLMapboxEvents.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/MGLMapboxEvents.m b/platform/ios/MGLMapboxEvents.m
index db5949a319..011040097a 100644
--- a/platform/ios/MGLMapboxEvents.m
+++ b/platform/ios/MGLMapboxEvents.m
@@ -442,7 +442,7 @@ const NSTimeInterval MGLFlushInterval = 60;
[_eventQueue addObject:vevt];
// Flush
- [self flush];
+ [strongSelf flush];
});
}