summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/snkwave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/snkwave.h')
-rw-r--r--src/emu/sound/snkwave.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/snkwave.h b/src/emu/sound/snkwave.h
index 633f16b2a63..19fcbd82fe0 100644
--- a/src/emu/sound/snkwave.h
+++ b/src/emu/sound/snkwave.h
@@ -25,7 +25,7 @@
// ======================> snkwave_device
class snkwave_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
snkwave_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);