summaryrefslogtreecommitdiff
path: root/platform/android/src/style/sources/sources.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/style/sources/sources.hpp')
-rw-r--r--platform/android/src/style/sources/sources.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/android/src/style/sources/sources.hpp b/platform/android/src/style/sources/sources.hpp
index 3038873733..09a8b35067 100644
--- a/platform/android/src/style/sources/sources.hpp
+++ b/platform/android/src/style/sources/sources.hpp
@@ -9,12 +9,12 @@
namespace mbgl {
namespace android {
-
+
mbgl::android::Source* initializeSourcePeer(mbgl::Map&, mbgl::style::Source&);
-
+
jni::jobject* createJavaSourcePeer(jni::JNIEnv&, mbgl::Map&, mbgl::style::Source&);
-
+
void registerNativeSources(jni::JNIEnv&);
}
-} \ No newline at end of file
+}