summaryrefslogtreecommitdiff
path: root/platform/android/src/style/functions/exponential_stops.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/style/functions/exponential_stops.hpp')
-rw-r--r--platform/android/src/style/functions/exponential_stops.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/style/functions/exponential_stops.hpp b/platform/android/src/style/functions/exponential_stops.hpp
index 391d723cef..01197547c2 100644
--- a/platform/android/src/style/functions/exponential_stops.hpp
+++ b/platform/android/src/style/functions/exponential_stops.hpp
@@ -13,7 +13,7 @@ class ExponentialStops : private mbgl::util::noncopyable {
public:
static constexpr auto Name() { return "com/mapbox/mapboxsdk/style/functions/stops/ExponentialStops"; };
- static jni::Object<ExponentialStops> New(jni::JNIEnv&, jni::Object<java::lang::Float>, jni::Array<jni::Object<Stop>>);
+ static jni::Object<ExponentialStops> New(jni::JNIEnv&, java::lang::Float, jni::Array<jni::Object<Stop>>);
static jni::Class<ExponentialStops> javaClass;