mirror of
https://github.com/holub/mame
synced 2025-04-27 18:53:05 +03:00
fix for libc++ build (nw)
This commit is contained in:
parent
aa739563d1
commit
6a7484db95
@ -167,7 +167,7 @@ private:
|
|||||||
public:
|
public:
|
||||||
device_type_impl(std::nullptr_t)
|
device_type_impl(std::nullptr_t)
|
||||||
: m_creator(nullptr)
|
: m_creator(nullptr)
|
||||||
, m_type(typeid(nullptr_t))
|
, m_type(typeid(std::nullptr_t))
|
||||||
, m_next(nullptr)
|
, m_next(nullptr)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user