summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLBackgroundStyleLayer.mm
diff options
context:
space:
mode:
authorFabian Guerra <fabian.guerra@mapbox.com>2017-03-06 16:28:48 -0800
committerJustin R. Miller <incanus@codesorcery.net>2017-03-06 17:09:26 -0800
commit7cedbff88d8ad206ed19e3adfa675ec348b7f265 (patch)
tree25216efcff914e5b6ce649d36aae13f67f622b75 /platform/darwin/src/MGLBackgroundStyleLayer.mm
parentb591062ef5c02ae67fad581fe4c6598d4d8848b8 (diff)
downloadqtlocation-mapboxgl-upstream/incanus-fabian-rebase.tar.gz
[ios, macos] added transition properties testupstream/incanus-fabian-rebase
Diffstat (limited to 'platform/darwin/src/MGLBackgroundStyleLayer.mm')
-rw-r--r--platform/darwin/src/MGLBackgroundStyleLayer.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLBackgroundStyleLayer.mm b/platform/darwin/src/MGLBackgroundStyleLayer.mm
index 84218aefe7..73d0011d87 100644
--- a/platform/darwin/src/MGLBackgroundStyleLayer.mm
+++ b/platform/darwin/src/MGLBackgroundStyleLayer.mm
@@ -85,7 +85,7 @@
#pragma mark - Accessing the Paint Attributes
-- (NSArray *)transitionKeys
++ (NSArray *)transitionKeys
{
NSMutableArray *transitionKeys = [NSMutableArray array];
[transitionKeys addObject:@"backgroundColor"];