From 5e45da89a78d33a0216c2e25a8ee7df04192a3df Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 23 Feb 2018 17:25:33 +0100 Subject: [PATCH] Fixed Android compil --- include/linphone/utils/general.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linphone/utils/general.h b/include/linphone/utils/general.h index 021bc7062..26c99603e 100644 --- a/include/linphone/utils/general.h +++ b/include/linphone/utils/general.h @@ -267,7 +267,7 @@ namespace Private { template struct ResolveConstMemberFunctionOverload { template - constexpr auto operator() (Ret (Obj::*func)(Args...) const) L_AUTO_RETURN(func); + constexpr auto operator() (Ret (Obj::*func)(Args...) const) const L_AUTO_RETURN(func); }; template