diff options
Diffstat (limited to 'src/emu/ui/devctrl.h')
| -rw-r--r-- | src/emu/ui/devctrl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/ui/devctrl.h b/src/emu/ui/devctrl.h index 5cc246cb567..24a7b743d8b 100644 --- a/src/emu/ui/devctrl.h +++ b/src/emu/ui/devctrl.h @@ -23,7 +23,7 @@ public: protected: _DeviceType *current_device() { return m_device; } int count() { return m_count; } - + int current_index(); void previous(); void next(); @@ -32,8 +32,8 @@ private: // device iterator typedef device_type_iterator<&device_creator<_DeviceType>, _DeviceType> iterator; - _DeviceType * m_device; - int m_count; + _DeviceType * m_device; + int m_count; }; |
