mirror of
https://github.com/holub/mame
synced 2025-06-03 19:36:26 +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;
|
||||
|
||||
public:
|
||||
device_registrar() { }
|
||||
|
||||
class const_iterator
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user