summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-01-28 22:36:58 -0800
committerMinh Nguyễn <mxn@1ec5.org>2016-01-28 22:36:58 -0800
commit69954525419b66ebae09ac21914342c31dfad190 (patch)
treef8223c172943086b7e428313c1c21a1425e72b2d /include
parent6b3b3f3ff640e880c01aa5ac8a80eda4a309914b (diff)
downloadqtlocation-mapboxgl-69954525419b66ebae09ac21914342c31dfad190.tar.gz
[ios] Restored toggleDebug
Restored (but deprecated) a method removed in #3100 to avoid a major version bump.
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/ios/MGLMapView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/ios/MGLMapView.h b/include/mbgl/ios/MGLMapView.h
index 46383ed137..ed0327ea28 100644
--- a/include/mbgl/ios/MGLMapView.h
+++ b/include/mbgl/ios/MGLMapView.h
@@ -956,7 +956,7 @@ IB_DESIGNABLE
@property (nonatomic, getter=isDebugActive) BOOL debugActive __attribute__((deprecated("Use -debugMask and -setDebugMask:.")));
-- (void)cycleDebugOptions __attribute__((deprecated("Use -setDebugMask:.")));
+- (void)toggleDebug __attribute__((deprecated("Use -setDebugMask:.")));
/**
Empties the in-memory tile cache.