We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92c32e commit b56d6c6Copy full SHA for b56d6c6
1 file changed
src/Operators/OperatorDistinctUntilChanged.h
@@ -14,7 +14,7 @@ template <typename T>
14
class OperatorDistinctUntilChanged : public Operator<T, T>
15
{
16
public:
17
- DistinctUntilChanged();
+ OperatorDistinctUntilChanged();
18
19
void OnNext(T value) override;
20
0 commit comments