summaryrefslogtreecommitdiff
path: root/include/mbgl/style/expression/parse/array_assertion.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/expression/parse/array_assertion.hpp')
-rw-r--r--include/mbgl/style/expression/parse/array_assertion.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mbgl/style/expression/parse/array_assertion.hpp b/include/mbgl/style/expression/parse/array_assertion.hpp
index e19573d23c..fe86c670b0 100644
--- a/include/mbgl/style/expression/parse/array_assertion.hpp
+++ b/include/mbgl/style/expression/parse/array_assertion.hpp
@@ -11,8 +11,7 @@ namespace style {
namespace expression {
struct ParseArrayAssertion {
- template <class V>
- static ParseResult parse(const V& value, ParsingContext ctx) {
+ static ParseResult parse(const mbgl::style::conversion::Value& value, ParsingContext ctx) {
using namespace mbgl::style::conversion;
static std::unordered_map<std::string, type::Type> itemTypes {