summaryrefslogtreecommitdiff
path: root/include/mbgl/android/jni.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/android/jni.hpp')
-rw-r--r--include/mbgl/android/jni.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/android/jni.hpp b/include/mbgl/android/jni.hpp
index 17275b8964..5f71f697d0 100644
--- a/include/mbgl/android/jni.hpp
+++ b/include/mbgl/android/jni.hpp
@@ -28,13 +28,13 @@ extern jfieldID lonLatZoomZoomId;
extern jclass runtimeExceptionClass;
extern jclass nullPointerExceptionClass;
-;
extern jmethodID listToArrayId;
extern jclass arrayListClass;
extern jmethodID arrayListConstructorId;
extern jmethodID arrayListAddId;
+
}
}