summaryrefslogtreecommitdiff
path: root/include/llmr/style/style_layer_group.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/llmr/style/style_layer_group.hpp')
-rw-r--r--include/llmr/style/style_layer_group.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llmr/style/style_layer_group.hpp b/include/llmr/style/style_layer_group.hpp
index 73214830fe..2122c16286 100644
--- a/include/llmr/style/style_layer_group.hpp
+++ b/include/llmr/style/style_layer_group.hpp
@@ -11,6 +11,7 @@ class StyleLayerGroup {
public:
void setClasses(const std::vector<std::string> &class_names, timestamp now,
const PropertyTransition &defaultTransition);
+ void updateProperties(float z, timestamp t);
public:
std::vector<std::shared_ptr<StyleLayer>> layers;