diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-06-12 11:54:46 -0700 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-06-12 11:54:46 -0700 |
commit | 4176d21d1c1fd82db5e73c45cfd405ef98236f1f (patch) | |
tree | 629851ba9eec764dc9ca22a650ce5d22d6e04952 /include/mbgl | |
parent | 7dc880080e61cd5719f3681d16cb1a95df30651f (diff) | |
download | qtlocation-mapboxgl-4176d21d1c1fd82db5e73c45cfd405ef98236f1f.tar.gz |
Namespaced reachability notification constant
Fixes #1717.
Diffstat (limited to 'include/mbgl')
-rw-r--r-- | include/mbgl/platform/darwin/reachability.h | 2 |
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. |