We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5521d2 commit 5b6cd83Copy full SHA for 5b6cd83
src/app/cluster-building-blocks/QuieterReporting.h
@@ -113,7 +113,7 @@ class QuieterReportingAttribute
113
public:
114
explicit QuieterReportingAttribute(const Nullable<T> & initialValue) : mValue(initialValue), mLastDirtyValue(initialValue) {}
115
// constructor that works with arrays of QuieterReportingAttribute
116
- explicit QuieterReportingAttribute() : mValue(Nullable<T>(0)), mLastDirtyValue(Nullable<T>(0)) {}
+ explicit QuieterReportingAttribute() : mValue(DataModel::NullNullable), mLastDirtyValue(DataModel::NullNullable) {}
117
118
struct SufficientChangePredicateCandidate
119
{
0 commit comments