Skip to content

Commit b56d6c6

Browse files
committed
Fix constructor name in OperatorDistinctUntilChanged class for consistency
1 parent b92c32e commit b56d6c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Operators/OperatorDistinctUntilChanged.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ template <typename T>
1414
class OperatorDistinctUntilChanged : public Operator<T, T>
1515
{
1616
public:
17-
DistinctUntilChanged();
17+
OperatorDistinctUntilChanged();
1818

1919
void OnNext(T value) override;
2020

0 commit comments

Comments
 (0)