summaryrefslogtreecommitdiff
path: root/platform/android/src/native_map_view.hpp
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2017-02-24 16:26:38 +0200
committerIvo van Dongen <ivovandongen@users.noreply.github.com>2017-02-28 09:33:04 -0800
commitfedb21e35b53347f8ba741f2f02b84f1a48be50e (patch)
tree2891cbd2c2297e4ca0980d51982b8de9b43e7f98 /platform/android/src/native_map_view.hpp
parent609cdb0fd7b569dade2c3148f21024f280636154 (diff)
downloadqtlocation-mapboxgl-fedb21e35b53347f8ba741f2f02b84f1a48be50e.tar.gz
[android] remove layer returns reference
Diffstat (limited to 'platform/android/src/native_map_view.hpp')
-rwxr-xr-xplatform/android/src/native_map_view.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/native_map_view.hpp b/platform/android/src/native_map_view.hpp
index b34eb2cab5..968c98bd6e 100755
--- a/platform/android/src/native_map_view.hpp
+++ b/platform/android/src/native_map_view.hpp
@@ -207,7 +207,7 @@ public:
void addLayer(JNIEnv&, jlong, jni::String);
- void removeLayerById(JNIEnv&, jni::String);
+ jni::Object<Layer> removeLayerById(JNIEnv&, jni::String);
void removeLayer(JNIEnv&, jlong);