summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLStyleLayer.mm.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLStyleLayer.mm.ejs')
-rw-r--r--platform/darwin/src/MGLStyleLayer.mm.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLStyleLayer.mm.ejs b/platform/darwin/src/MGLStyleLayer.mm.ejs
index 274a62ac10..50194785ae 100644
--- a/platform/darwin/src/MGLStyleLayer.mm.ejs
+++ b/platform/darwin/src/MGLStyleLayer.mm.ejs
@@ -230,7 +230,7 @@ namespace mbgl {
<% if (paintProperties.length) { -%>
#pragma mark - Accessing the Paint Attributes
-- (NSArray *)transitionKeys
++ (NSArray *)transitionKeys
{
NSMutableArray *transitionKeys = [NSMutableArray array];
<% for (const property of paintProperties) { -%>