summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/segapcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/segapcm.h')
-rw-r--r--src/emu/sound/segapcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/segapcm.h b/src/emu/sound/segapcm.h
index fdb991e2108..485f254b2d9 100644
--- a/src/emu/sound/segapcm.h
+++ b/src/emu/sound/segapcm.h
@@ -36,7 +36,7 @@ struct sega_pcm_interface
};
class segapcm_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
segapcm_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);