Skip to content

Commit

Permalink
make linters happy
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández <ahcorde@gmail.com>
  • Loading branch information
ahcorde committed Dec 24, 2021
1 parent 589e715 commit 260008d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python_pybind11/src/Filter.hh
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ template<typename T>
class BiQuadTrampoline : public BiQuad<T>
{
public:
BiQuadTrampoline() : BiQuad<T>() {};
BiQuadTrampoline(double _fc, double _fs) : BiQuad<T>(_fc, _fs) {};
BiQuadTrampoline() : BiQuad<T>() {}
BiQuadTrampoline(double _fc, double _fs) : BiQuad<T>(_fc, _fs) {}

// Trampoline (need one for each virtual function)
void Fc(double _fc, double _fs) override
Expand Down

0 comments on commit 260008d

Please sign in to comment.