summaryrefslogtreecommitdiff
path: root/src/mbgl/style/paint_property.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/paint_property.hpp')
-rw-r--r--src/mbgl/style/paint_property.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/paint_property.hpp b/src/mbgl/style/paint_property.hpp
index a16f58eb57..195eb645a9 100644
--- a/src/mbgl/style/paint_property.hpp
+++ b/src/mbgl/style/paint_property.hpp
@@ -63,7 +63,7 @@ class HeatmapColor {
public:
using TransitionableType = Transitionable<HeatmapColorPropertyValue>;
using UnevaluatedType = Transitioning<HeatmapColorPropertyValue>;
- using EvaluatorType = NoopPropertyEvaluator;
+ using EvaluatorType = PropertyEvaluator<Color>;
using PossiblyEvaluatedType = Color;
using Type = Color;
static constexpr bool IsDataDriven = false;