summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLOpenGLStyleLayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLOpenGLStyleLayer.h')
-rw-r--r--platform/darwin/src/MGLOpenGLStyleLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLOpenGLStyleLayer.h b/platform/darwin/src/MGLOpenGLStyleLayer.h
index 52173786f7..ad854eac4d 100644
--- a/platform/darwin/src/MGLOpenGLStyleLayer.h
+++ b/platform/darwin/src/MGLOpenGLStyleLayer.h
@@ -19,7 +19,7 @@ MGL_EXPORT
@property (nonatomic, unsafe_unretained, nullable) void *owner;
- (instancetype)initWithLayer:(MGLStyleLayer*)styleLayer;
- (void)retainLayer;
-- (void)weakenLayer;
+- (void)releaseLayer;
@end