summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-09-13 14:27:57 -0700
committerChris Loer <chris.loer@mapbox.com>2018-09-19 14:54:38 -0700
commit89b075f592271bc11d58ebb7f854c453e81e3cf1 (patch)
tree52a10397008d073a60e6c0524ee42f971b3a954c /include
parenta991eec597541c32682946b541e22ccad0f98dd1 (diff)
downloadqtlocation-mapboxgl-89b075f592271bc11d58ebb7f854c453e81e3cf1.tar.gz
[core] Auto-convert concat arguments to strings
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/style/expression/value.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/style/expression/value.hpp b/include/mbgl/style/expression/value.hpp
index b1126118a9..2036ab8abe 100644
--- a/include/mbgl/style/expression/value.hpp
+++ b/include/mbgl/style/expression/value.hpp
@@ -46,6 +46,8 @@ struct Value : ValueBase {
constexpr NullValue Null = NullValue();
type::Type typeOf(const Value& value);
+
+std::string toString(const Value& value);
std::string stringify(const Value& value);
/*