summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/devctrl.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
commitfec65e0b5766ade69e086d1c5b859d97494fce56 (patch)
treec22b07938e9ad590184f1276bc2bead6d888a78d /src/emu/ui/devctrl.h
parent30d94e51c53f30187a1bc565ef33e4744319790e (diff)
Cleanups and version bumpmame0153
Diffstat (limited to 'src/emu/ui/devctrl.h')
-rw-r--r--src/emu/ui/devctrl.h6
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;
};