summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLStyleLayer.mm.ejs
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/MGLStyleLayer.mm.ejs
parentb591062ef5c02ae67fad581fe4c6598d4d8848b8 (diff)
downloadqtlocation-mapboxgl-7cedbff88d8ad206ed19e3adfa675ec348b7f265.tar.gz
[ios, macos] added transition properties testupstream/incanus-fabian-rebase
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) { -%>