diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-08-21 11:01:07 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-08-21 11:01:07 -0700 |
commit | 3f99f5e712000f6b3b469c566e57ddd05dcff3e8 (patch) | |
tree | 3224981a4dbad62aa01c80a26ed8d045de2098dd /test/ios/MGLTAppDelegate.m | |
parent | 6d1c10dc1884712a66e7231cc18ecf1e21414b77 (diff) | |
download | qtlocation-mapboxgl-3f99f5e712000f6b3b469c566e57ddd05dcff3e8.tar.gz |
GL is the library, SDK is the product
Diffstat (limited to 'test/ios/MGLTAppDelegate.m')
-rw-r--r-- | test/ios/MGLTAppDelegate.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ios/MGLTAppDelegate.m b/test/ios/MGLTAppDelegate.m index 3fa68b6da1..ba49f96d22 100644 --- a/test/ios/MGLTAppDelegate.m +++ b/test/ios/MGLTAppDelegate.m @@ -1,6 +1,6 @@ #import "MGLTAppDelegate.h" #import "MGLTViewController.h" -#import "MapboxGL.h" +#import "Mapbox.h" @implementation MGLTAppDelegate |