Filter: add missing override keyword

This commit is contained in:
Peter Barker 2019-02-18 12:50:48 +11:00 committed by Peter Barker
parent 97f2d946ab
commit 30749b92d9

View File

@ -36,7 +36,7 @@ public:
virtual T apply(T sample) override;
// reset - clear the filter
virtual void reset();
virtual void reset() override;
protected:
// the number of samples in the filter, maxes out at size of the filter