summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ym2413.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ym2413.h')
-rw-r--r--src/devices/sound/ym2413.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/ym2413.h b/src/devices/sound/ym2413.h
index 371066cdfa4..5a7164faec9 100644
--- a/src/devices/sound/ym2413.h
+++ b/src/devices/sound/ym2413.h
@@ -8,7 +8,7 @@
#include "emu.h"
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);