mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
more workaround (nw)
This commit is contained in:
parent
5d48b92701
commit
93a1a444d2
@ -44,7 +44,8 @@ protected:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
// device iterator
|
// device iterator
|
||||||
typedef device_type_iterator<device_creator<DeviceType>, DeviceType> iterator;
|
static constexpr device_type TYPE = device_creator<DeviceType>;
|
||||||
|
typedef device_type_iterator<TYPE, DeviceType> iterator;
|
||||||
|
|
||||||
DeviceType * m_device;
|
DeviceType * m_device;
|
||||||
int m_count;
|
int m_count;
|
||||||
|
Loading…
Reference in New Issue
Block a user