summaryrefslogtreecommitdiff
path: root/include/mbgl/platform
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-06-12 11:54:46 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-06-12 11:54:46 -0700
commit4176d21d1c1fd82db5e73c45cfd405ef98236f1f (patch)
tree629851ba9eec764dc9ca22a650ce5d22d6e04952 /include/mbgl/platform
parent7dc880080e61cd5719f3681d16cb1a95df30651f (diff)
downloadqtlocation-mapboxgl-4176d21d1c1fd82db5e73c45cfd405ef98236f1f.tar.gz
Namespaced reachability notification constant
Fixes #1717.
Diffstat (limited to 'include/mbgl/platform')
-rw-r--r--include/mbgl/platform/darwin/reachability.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/platform/darwin/reachability.h b/include/mbgl/platform/darwin/reachability.h
index 0101b91d48..78e302eafc 100644
--- a/include/mbgl/platform/darwin/reachability.h
+++ b/include/mbgl/platform/darwin/reachability.h
@@ -38,7 +38,7 @@
#define NS_ENUM(_type, _name) enum _name : _type _name; enum _name : _type
#endif
-extern NSString *const kReachabilityChangedNotification;
+extern NSString *const kMGLReachabilityChangedNotification;
typedef NS_ENUM(NSInteger, NetworkStatus) {
// Apple NetworkStatus Compatible Names.