diff options
Diffstat (limited to 'api')
| -rw-r--r-- | api/plugin-api.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/api/plugin-api.hpp b/api/plugin-api.hpp index a4573c85..1bfce7d5 100644 --- a/api/plugin-api.hpp +++ b/api/plugin-api.hpp @@ -120,7 +120,7 @@ struct OTR_API_EXPORT IFilter : module_status_mixin      IFilter();      // optional destructor -    virtual ~IFilter(); +    ~IFilter() override;      // perform filtering step.      // you have to take care of dt on your own, try "opentrack-compat/timer.hpp"      virtual void filter(const double *input, double *output) = 0; | 
