summaryrefslogtreecommitdiff
path: root/platform/darwin/mbgl/util/image+MGLAdditions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/mbgl/util/image+MGLAdditions.hpp')
-rw-r--r--platform/darwin/mbgl/util/image+MGLAdditions.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/mbgl/util/image+MGLAdditions.hpp b/platform/darwin/mbgl/util/image+MGLAdditions.hpp
index c738b4523d..c5343af4de 100644
--- a/platform/darwin/mbgl/util/image+MGLAdditions.hpp
+++ b/platform/darwin/mbgl/util/image+MGLAdditions.hpp
@@ -5,7 +5,7 @@
#include <CoreGraphics/CGImage.h>
// Creates a CGImage from a PremultipliedImage, taking over the memory ownership.
-CGImageRef CGImageFromMGLPremultipliedImage(mbgl::PremultipliedImage&&);
+CGImageRef CGImageCreateWithMGLPremultipliedImage(mbgl::PremultipliedImage&&);
// Creates a PremultipliedImage by copying the pixels of the CGImage.
// Does not alter the retain count of the supplied CGImage.