summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/2413intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/2413intf.h')
-rw-r--r--src/emu/sound/2413intf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/2413intf.h b/src/emu/sound/2413intf.h
index a05e0ee48c9..6d97ace75e4 100644
--- a/src/emu/sound/2413intf.h
+++ b/src/emu/sound/2413intf.h
@@ -11,7 +11,7 @@ DECLARE_WRITE8_DEVICE_HANDLER( ym2413_register_port_w );
DECLARE_WRITE8_DEVICE_HANDLER( ym2413_data_port_w );
class ym2413_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
ym2413_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);