summaryrefslogtreecommitdiff
path: root/android/cpp/jni.cpp
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-04 01:51:17 +1100
committerLeith Bade <leith@mapbox.com>2014-12-04 01:51:17 +1100
commit772f154e4d0c61ec467d5d3658f213081883a32e (patch)
treef1cec4b4f17e9db56547f9561957f03d65b25173 /android/cpp/jni.cpp
parent243fb1de2d92b8f6397afaff74e2a35adade4d75 (diff)
downloadqtlocation-mapboxgl-772f154e4d0c61ec467d5d3658f213081883a32e.tar.gz
Fix Android crash
Diffstat (limited to 'android/cpp/jni.cpp')
-rw-r--r--android/cpp/jni.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/cpp/jni.cpp b/android/cpp/jni.cpp
index de3c64c04f..20887520c3 100644
--- a/android/cpp/jni.cpp
+++ b/android/cpp/jni.cpp
@@ -59,7 +59,7 @@ jclass nullPointerExceptionClass = nullptr;
jmethodID listToArrayId = nullptr;
jclass arrayListClass = nullptr;
-jmethodID arraylistConstructorId = nullptr;
+jmethodID arrayListConstructorId = nullptr;
jmethodID arrayListAddId = nullptr;
bool throw_error(JNIEnv* env, const char* msg) {