From 763e91044a4e9c8905ee082457cb42da36a38cc0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 8 Jun 2017 17:54:12 +0300 Subject: Add missing function parameters. --- src/utils/dtor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/dtor.h') diff --git a/src/utils/dtor.h b/src/utils/dtor.h index 7856fc248..7f32dc2eb 100644 --- a/src/utils/dtor.h +++ b/src/utils/dtor.h @@ -46,7 +46,7 @@ public std::unary_function , void> }; template -inline dtor make_dtor(Cont const&) +inline dtor make_dtor(Cont const &d) { return dtor(); } -- cgit v1.2.3-60-g2f50