diff --git a/nui/include/nui/event_system/range_event_context.hpp b/nui/include/nui/event_system/range_event_context.hpp index 805d4bd..9568519 100644 --- a/nui/include/nui/event_system/range_event_context.hpp +++ b/nui/include/nui/event_system/range_event_context.hpp @@ -45,7 +45,7 @@ namespace Nui } friend bool operator==(RangeStateInterval const& lhs, RangeStateInterval const& rhs) { - return lhs.low_ == rhs.low_ && lhs.high_ == rhs.high_ && lhs.type_ == rhs.type_; + return lhs.low_ == rhs.low_ && lhs.high_ == rhs.high_; } friend bool operator!=(RangeStateInterval const& lhs, RangeStateInterval const& rhs) {