Browse Source

Filter: add missing override keyword

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
30749b92d9
  1. 2
      libraries/Filter/AverageFilter.h

2
libraries/Filter/AverageFilter.h

@ -36,7 +36,7 @@ public: @@ -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

Loading…
Cancel
Save