From 269b9331888fbf371e2ca1370e80afec79323bbd Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 3 Jul 2018 08:20:48 +0200 Subject: compat/calibrator: fix typo --- compat/correlation-calibrator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3