summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/dislot.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-11-25 08:22:24 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-11-25 08:22:24 +0100
commit0825ce4f3b8eaab42e3682f7d01d97ce6ea0416d (patch)
tree24de29ca8cbba68740ec8cd26f15209f19c2bf0b /src/emu/dislot.cpp
parentd1d8a66ab196156ab22ba1059d714cd040b44ab6 (diff)
Cleanups and version bumpmame0168
Diffstat (limited to 'src/emu/dislot.cpp')
-rw-r--r--src/emu/dislot.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/dislot.cpp b/src/emu/dislot.cpp
index 7a6d2471d6e..304a6517a42 100644
--- a/src/emu/dislot.cpp
+++ b/src/emu/dislot.cpp
@@ -20,9 +20,9 @@ device_slot_interface::~device_slot_interface()
{
}
-device_slot_option::device_slot_option(const char *name, const device_type &devtype):
+device_slot_option::device_slot_option(const char *name, const device_type &devtype):
m_next(NULL),
- m_name(name),
+ m_name(name),
m_devtype(devtype),
m_selectable(true),
m_default_bios(NULL),