mirror of
https://github.com/holub/mame
synced 2025-06-30 07:58:56 +03:00
Fix clang build by supplying constructor for device_registrar (nw)
This commit is contained in:
parent
6a7484db95
commit
eb49d890aa
@ -94,6 +94,8 @@ private:
|
|||||||
class const_iterator_helper;
|
class const_iterator_helper;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
device_registrar() { }
|
||||||
|
|
||||||
class const_iterator
|
class const_iterator
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user