summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-10-16 23:30:08 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-10-17 03:16:10 +0200
commit1f96d6ac964697a98fe5ae1e34d07008b0b89dd9 (patch)
tree4070b5e4202ea783de7d19c1b3b5397758932b71 /ftnoir_filter_ewma2/ftnoir_filter_ewma2.h
parent6f757249bb9f3dc7b5f1a0fb892bc52a462c3f0a (diff)
pass -Wall -Wextra -pedantic
Diffstat (limited to 'ftnoir_filter_ewma2/ftnoir_filter_ewma2.h')
-rw-r--r--ftnoir_filter_ewma2/ftnoir_filter_ewma2.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h b/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h
index e3a264be..656b2895 100644
--- a/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h
+++ b/ftnoir_filter_ewma2/ftnoir_filter_ewma2.h
@@ -45,8 +45,7 @@ public:
void Initialize() {}
void FilterHeadPoseData(const double *target_camera_position,
- double *new_camera_position,
- const double *last_post_filter);
+ double *new_camera_position, const double *);
void receiveSettings(double smin, double smax, double sexpt);
private:
@@ -75,7 +74,7 @@ class FilterControls: public QWidget, public IFilterDialog
public:
explicit FilterControls();
virtual ~FilterControls();
- void showEvent ( QShowEvent * event );
+ void showEvent (QShowEvent *);
void Initialize(QWidget *parent);
void registerFilter(IFilter* flt);
void unregisterFilter();