diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-03 08:23:05 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-03 08:23:05 +0200 | 
| commit | 21cb382c2a09405d9ca85e4193582bfd8ae00731 (patch) | |
| tree | 619de8e112630d4058844086d9c437e5e81f21be /compat/correlation-calibrator.hpp | |
| parent | 269b9331888fbf371e2ca1370e80afec79323bbd (diff) | |
cleanup
Diffstat (limited to 'compat/correlation-calibrator.hpp')
| -rw-r--r-- | compat/correlation-calibrator.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compat/correlation-calibrator.hpp b/compat/correlation-calibrator.hpp index 9c866545..2c9e1937 100644 --- a/compat/correlation-calibrator.hpp +++ b/compat/correlation-calibrator.hpp @@ -63,7 +63,7 @@ class OTR_COMPAT_EXPORT correlation_calibrator final      bool check_buckets(const vec6& data);  public: -    correlation_calibrator(); +    correlation_calibrator() = default;      void input(const vec6& data);      mat66 get_coefficients() const;      unsigned sample_count() const; | 
