summaryrefslogtreecommitdiff
path: root/platform/android/src/style/sources/unknown_source.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/style/sources/unknown_source.hpp')
-rw-r--r--platform/android/src/style/sources/unknown_source.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/style/sources/unknown_source.hpp b/platform/android/src/style/sources/unknown_source.hpp
index f042e2042c..81870f9410 100644
--- a/platform/android/src/style/sources/unknown_source.hpp
+++ b/platform/android/src/style/sources/unknown_source.hpp
@@ -14,7 +14,7 @@ public:
static void registerNative(jni::JNIEnv&);
- UnknownSource(jni::JNIEnv&, mbgl::style::Source&, AndroidRendererFrontend&);
+ UnknownSource(jni::JNIEnv&, mbgl::style::Source*, AndroidRendererFrontend&);
~UnknownSource() = default;