From 0825ce4f3b8eaab42e3682f7d01d97ce6ea0416d Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 25 Nov 2015 08:22:24 +0100 Subject: Cleanups and version bump --- src/emu/dislot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/dislot.cpp') 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), -- cgit v1.2.3