From 4e074aa4db232dbc1c8497a82c927f6ee37d984e Mon Sep 17 00:00:00 2001 From: Jesse Bounds Date: Thu, 16 Feb 2017 20:06:00 -0800 Subject: [ios, macos] Alias MGLStyleConstantValue to MGLConstantStyleValue --- platform/darwin/src/MGLStyleValue.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'platform/darwin') diff --git a/platform/darwin/src/MGLStyleValue.h b/platform/darwin/src/MGLStyleValue.h index 97ab0ddba3..4afdbece64 100644 --- a/platform/darwin/src/MGLStyleValue.h +++ b/platform/darwin/src/MGLStyleValue.h @@ -224,6 +224,8 @@ MGL_EXPORT @end +@compatibility_alias MGLStyleConstantValue MGLConstantStyleValue; + /** An `MGLStyleFunction` is a is an abstract superclass for functions that are defined by an `MGLCameraStyleFunction`, `MGLSourceStyleFunction`, or -- cgit v1.2.1