summaryrefslogtreecommitdiff
path: root/include/mbgl/style/expression/parse/case.hpp
diff options
context:
space:
mode:
authorAnand Thakker <github@anandthakker.net>2017-10-13 13:40:46 -0400
committerAnand Thakker <github@anandthakker.net>2017-10-13 14:19:18 -0400
commit7a487067098b538edd9932faa66036728f9350c6 (patch)
treefc0dcb3048ed712db2982f115661b6c551ed788c /include/mbgl/style/expression/parse/case.hpp
parentfcf460c0ddbb03159a9bd577f022e9f4b5337609 (diff)
downloadqtlocation-mapboxgl-upstream/expressions-rtp.tar.gz
WIP - update to runtime polymorphic conversionupstream/expressions-rtp
Diffstat (limited to 'include/mbgl/style/expression/parse/case.hpp')
-rw-r--r--include/mbgl/style/expression/parse/case.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mbgl/style/expression/parse/case.hpp b/include/mbgl/style/expression/parse/case.hpp
index 43aa725daa..4465182f8f 100644
--- a/include/mbgl/style/expression/parse/case.hpp
+++ b/include/mbgl/style/expression/parse/case.hpp
@@ -10,8 +10,7 @@ namespace style {
namespace expression {
struct ParseCase {
- 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;
assert(isArray(value));