summaryrefslogtreecommitdiff
path: root/platform/android/src/style/filter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/style/filter.hpp')
-rw-r--r--platform/android/src/style/filter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/src/style/filter.hpp b/platform/android/src/style/filter.hpp
index 6c58501a61..bfd16ac715 100644
--- a/platform/android/src/style/filter.hpp
+++ b/platform/android/src/style/filter.hpp
@@ -15,7 +15,7 @@ public:
class Statement : private mbgl::util::noncopyable {
public:
- static constexpr auto Name() { return "com/mapbox/mapboxsdk/style/layers/Filter$Statement"; };
+ static constexpr auto Name() { return "com/mapbox/mapboxsdk/style/layers/Filter$SimpleStatement"; };
static jni::Class<Filter::Statement> javaClass;
};