summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-01-28 11:17:43 +1100
committerLeith Bade <leith@mapbox.com>2015-01-28 11:17:43 +1100
commitf65a74bbeba9e16fbafb3f479c709f7b4b002df3 (patch)
tree9b798b7cfecddb202ec03b05937d7e9e17f7c6c1 /include
parent9d3e60eb6c1e6699c5c49825a25b8e24cfffbae0 (diff)
downloadqtlocation-mapboxgl-f65a74bbeba9e16fbafb3f479c709f7b4b002df3.tar.gz
Remove excess semicolon in jni.hpp
Diffstat (limited to 'include')
-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;
+
}
}