summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/point-filter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-pt/point-filter.hpp')
-rw-r--r--tracker-pt/point-filter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/point-filter.hpp b/tracker-pt/point-filter.hpp
index cc86505b..c3c045dd 100644
--- a/tracker-pt/point-filter.hpp
+++ b/tracker-pt/point-filter.hpp
@@ -19,7 +19,7 @@ class point_filter final
public:
void reset();
- const PointOrder& operator()(const PointOrder& input);
+ const PointOrder& operator()(const PointOrder& input, f deadzone_amount);
explicit point_filter(const pt_settings& s);
~point_filter() = default;