summaryrefslogtreecommitdiff
path: root/platform/android/src/style/value.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/android/src/style/value.hpp')
-rw-r--r--platform/android/src/style/value.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/platform/android/src/style/value.hpp b/platform/android/src/style/value.hpp
index 761ce4d730..7464bae832 100644
--- a/platform/android/src/style/value.hpp
+++ b/platform/android/src/style/value.hpp
@@ -29,9 +29,7 @@ public:
int getLength() const;
Value get(const int index ) const;
-private:
-
- jni::JNIEnv& jenv;
+ jni::JNIEnv& env;
std::shared_ptr<jni::jobject> value;
};