diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-03 08:20:48 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-03 08:20:48 +0200 |
commit | 269b9331888fbf371e2ca1370e80afec79323bbd (patch) | |
tree | 85af7fa7972cd6edcf1735eaee5fc49199104ef9 /compat | |
parent | 2d16f35eb6a9fdfa6a44cc78ca67091fa0e9ee97 (diff) |
compat/calibrator: fix typo
Diffstat (limited to 'compat')
-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 b44a2312..9c866545 100644 --- a/compat/correlation-calibrator.hpp +++ b/compat/correlation-calibrator.hpp @@ -73,4 +73,4 @@ public: } // ns correlation_calibrator_impl -using correlation_calibrator_impl::correlation_calibrator; +using correlation_calibrator = correlation_calibrator_impl::correlation_calibrator; |