summaryrefslogtreecommitdiff
path: root/platform/android/src/style/sources/image_source.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/style/sources/image_source.hpp')
-rw-r--r--platform/android/src/style/sources/image_source.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/style/sources/image_source.hpp b/platform/android/src/style/sources/image_source.hpp
index 6c359bf0ee..4cea98e5f8 100644
--- a/platform/android/src/style/sources/image_source.hpp
+++ b/platform/android/src/style/sources/image_source.hpp
@@ -19,7 +19,7 @@ public:
ImageSource(jni::JNIEnv&, const jni::String&, const jni::Object<LatLngQuad>&);
- ImageSource(jni::JNIEnv&, mbgl::style::Source&, AndroidRendererFrontend&);
+ ImageSource(jni::JNIEnv&, mbgl::style::Source*, AndroidRendererFrontend&);
~ImageSource();