diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/style/expression/value.hpp | 2 |
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); /* |