summaryrefslogtreecommitdiff
path: root/include/mbgl/style/expression/parse/compound_expression.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/expression/parse/compound_expression.hpp')
-rw-r--r--include/mbgl/style/expression/parse/compound_expression.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mbgl/style/expression/parse/compound_expression.hpp b/include/mbgl/style/expression/parse/compound_expression.hpp
index e9cc577642..ed91b14668 100644
--- a/include/mbgl/style/expression/parse/compound_expression.hpp
+++ b/include/mbgl/style/expression/parse/compound_expression.hpp
@@ -14,8 +14,7 @@ namespace style {
namespace expression {
struct ParseCompoundExpression {
- template <class V>
- static ParseResult parse(const std::string name, const V& value, ParsingContext ctx) {
+ static ParseResult parse(const std::string name, const mbgl::style::conversion::Value& value, ParsingContext ctx) {
using namespace mbgl::style::conversion;
assert(isArray(value) && arrayLength(value) > 0);