mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
Fixed Android compil
This commit is contained in:
parent
4c2e09b8f0
commit
5e45da89a7
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ namespace Private {
|
|||
template<typename... Args>
|
||||
struct ResolveConstMemberFunctionOverload {
|
||||
template<typename Ret, typename Obj>
|
||||
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<typename... Args>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue