summaryrefslogtreecommitdiff
path: root/include/llmr/style/rasterize_properties.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/llmr/style/rasterize_properties.hpp')
-rw-r--r--include/llmr/style/rasterize_properties.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llmr/style/rasterize_properties.hpp b/include/llmr/style/rasterize_properties.hpp
index f085a7bdd9..2e1fc32895 100644
--- a/include/llmr/style/rasterize_properties.hpp
+++ b/include/llmr/style/rasterize_properties.hpp
@@ -15,10 +15,10 @@ struct PrerenderProperties {
class RasterizeProperties {
public:
- boost::optional<FunctionProperty> enabled;
- boost::optional<FunctionProperty> buffer;
- boost::optional<FunctionProperty> size;
- boost::optional<FunctionProperty> blur;
+ boost::optional<Function<bool>> enabled;
+ boost::optional<Function<float>> buffer;
+ boost::optional<Function<float>> size;
+ boost::optional<Function<float>> blur;
};
}