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