diff --git a/src/raster_colorizer.cpp b/src/raster_colorizer.cpp index 8b58e8e96..69bb66ab9 100644 --- a/src/raster_colorizer.cpp +++ b/src/raster_colorizer.cpp @@ -68,7 +68,7 @@ bool colorizer_stop::operator==(colorizer_stop const& other) const { return (value_ == other.value_) && (color_ == other.color_) && - (mode_ == other.mode_); + (mode_ == other.mode_) && (label_ == other.label_); }