summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLSymbolStyleLayer.mm
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLSymbolStyleLayer.mm')
-rw-r--r--platform/darwin/src/MGLSymbolStyleLayer.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLSymbolStyleLayer.mm b/platform/darwin/src/MGLSymbolStyleLayer.mm
index 7b4ce2422f..c4259ba6be 100644
--- a/platform/darwin/src/MGLSymbolStyleLayer.mm
+++ b/platform/darwin/src/MGLSymbolStyleLayer.mm
@@ -888,7 +888,7 @@ namespace mbgl {
#pragma mark - Accessing the Paint Attributes
-- (NSArray *)transitionKeys
++ (NSArray *)transitionKeys
{
NSMutableArray *transitionKeys = [NSMutableArray array];
[transitionKeys addObject:@"iconColor"];