Skip to content

Commit 5b6cd83

Browse files
address comment
1 parent b5521d2 commit 5b6cd83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/cluster-building-blocks/QuieterReporting.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class QuieterReportingAttribute
113113
public:
114114
explicit QuieterReportingAttribute(const Nullable<T> & initialValue) : mValue(initialValue), mLastDirtyValue(initialValue) {}
115115
// constructor that works with arrays of QuieterReportingAttribute
116-
explicit QuieterReportingAttribute() : mValue(Nullable<T>(0)), mLastDirtyValue(Nullable<T>(0)) {}
116+
explicit QuieterReportingAttribute() : mValue(DataModel::NullNullable), mLastDirtyValue(DataModel::NullNullable) {}
117117

118118
struct SufficientChangePredicateCandidate
119119
{

0 commit comments

Comments
 (0)