mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
try to make GCC 5.4.0 happy (nw)
This commit is contained in:
parent
dedf3c9b9d
commit
4a096d1ccb
@ -419,7 +419,7 @@ public:
|
|||||||
};
|
};
|
||||||
using functional_type = std::function<_ReturnType(Params...)>;
|
using functional_type = std::function<_ReturnType(Params...)>;
|
||||||
using generic_static_func = typename traits<delegate_generic_class>::static_func_type;
|
using generic_static_func = typename traits<delegate_generic_class>::static_func_type;
|
||||||
using generic_member_func = MEMBER_ABI generic_static_func;
|
typedef MEMBER_ABI generic_static_func generic_member_func;
|
||||||
// generic constructor
|
// generic constructor
|
||||||
delegate_base()
|
delegate_base()
|
||||||
: m_function(nullptr),
|
: m_function(nullptr),
|
||||||
|
Loading…
Reference in New Issue
Block a user