summaryrefslogtreecommitdiff
path: root/platform/android/src/style/sources/raster_source.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/style/sources/raster_source.hpp')
-rw-r--r--platform/android/src/style/sources/raster_source.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/style/sources/raster_source.hpp b/platform/android/src/style/sources/raster_source.hpp
index 08648f79aa..e1bc5ca7ae 100644
--- a/platform/android/src/style/sources/raster_source.hpp
+++ b/platform/android/src/style/sources/raster_source.hpp
@@ -15,7 +15,7 @@ public:
static void registerNative(jni::JNIEnv&);
RasterSource(jni::JNIEnv&, const jni::String&, const jni::Object<>&, jni::jint);
- RasterSource(jni::JNIEnv&, mbgl::style::Source&, AndroidRendererFrontend&);
+ RasterSource(jni::JNIEnv&, mbgl::style::Source&, AndroidRendererFrontend*);
~RasterSource();
jni::Local<jni::String> getURL(jni::JNIEnv&);