diff options
author | Leith Bade <leith@mapbox.com> | 2014-11-18 22:47:57 +1100 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2014-11-18 22:47:57 +1100 |
commit | 900f6e87fa7a98c4b6e91f4809268295549797a8 (patch) | |
tree | 875dc991d35a5f5540ab104b2a1bf83eab36bc04 /include/mbgl/android | |
parent | eaece4f8bba91657db8002e8e8607e1378e7d3dd (diff) | |
download | qtlocation-mapboxgl-900f6e87fa7a98c4b6e91f4809268295549797a8.tar.gz |
Fix null string crash
Diffstat (limited to 'include/mbgl/android')
-rw-r--r-- | include/mbgl/android/jni.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/android/jni.hpp b/include/mbgl/android/jni.hpp index 28b9b8917b..2dbdf2ebe7 100644 --- a/include/mbgl/android/jni.hpp +++ b/include/mbgl/android/jni.hpp @@ -25,6 +25,7 @@ extern jfieldID lon_lat_zoom_lat_id; extern jfieldID lon_lat_zoom_zoom_id; extern jclass runtime_exception_class; +extern jclass null_pointer_exception_class;; extern jmethodID list_to_array_id; |