From 709fe557a3a5c2dc8675472dac9325f8efdff004 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 7 Dec 2018 08:43:03 +0100 Subject: clean up a bit --- compat/math.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat') diff --git a/compat/math.hpp b/compat/math.hpp index 656e10a8..fa4ff4a6 100644 --- a/compat/math.hpp +++ b/compat/math.hpp @@ -50,7 +50,7 @@ template inline auto clamp(const t& val, const u& min, const v& max) { using w = cv_qualified; - return ::util_detail::clamp::clamp_(val, min, max); + return util_detail::clamp::clamp_(val, min, max); } template -- cgit v1.2.3