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.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/src/style/value.hpp b/platform/android/src/style/value.hpp
index 0c702bb465..b507c5ed11 100644
--- a/platform/android/src/style/value.hpp
+++ b/platform/android/src/style/value.hpp
@@ -31,6 +31,7 @@ public:
long toLong() const;
bool toBool() const;
Value get(const char* key) const;
+ Value keyArray() const;
int getLength() const;
Value get(const int index ) const;