summaryrefslogtreecommitdiff
path: root/include/mbgl/style/function/type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/function/type.hpp')
-rw-r--r--include/mbgl/style/function/type.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/style/function/type.hpp b/include/mbgl/style/function/type.hpp
index 461c95eb0d..94f710c005 100644
--- a/include/mbgl/style/function/type.hpp
+++ b/include/mbgl/style/function/type.hpp
@@ -104,6 +104,7 @@ public:
std::string getName() const {
return "lambda";
}
+ ValueType getResult() const { return result; }
private:
ValueType result;
std::vector<ValueType> params;