summaryrefslogtreecommitdiff
path: root/include/mbgl/style/expression/at.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/style/expression/at.hpp')
-rw-r--r--include/mbgl/style/expression/at.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mbgl/style/expression/at.hpp b/include/mbgl/style/expression/at.hpp
index 27fccc761f..1e6f1c7dd2 100644
--- a/include/mbgl/style/expression/at.hpp
+++ b/include/mbgl/style/expression/at.hpp
@@ -31,6 +31,8 @@ public:
std::vector<optional<Value>> possibleOutputs() const override {
return { nullopt };
}
+
+ std::string getOperator() const override { return "at"; }
private:
std::unique_ptr<Expression> index;