Skip to content

Commit bbc7254

Browse files
committed
Update DistinctUntilChanged method to return OperatorDistinctUntilChanged for consistency
1 parent d3ad097 commit bbc7254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReactiveArduinoLib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ namespace Reactive
243243
}
244244

245245
template <typename T>
246-
DistinctUntilChanged<T>& DistinctUntilChanged()
246+
OperatorDistinctUntilChanged<T>& DistinctUntilChanged()
247247
{
248248
return *(new DistinctUntilChanged<T>());
249249
}

0 commit comments

Comments
 (0)