summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/zsg2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/zsg2.h')
-rw-r--r--src/emu/sound/zsg2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/zsg2.h b/src/emu/sound/zsg2.h
index 1d3bf4b58da..78ccf05b280 100644
--- a/src/emu/sound/zsg2.h
+++ b/src/emu/sound/zsg2.h
@@ -16,7 +16,7 @@ struct zsg2_interface
};
class zsg2_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
zsg2_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
@@ -39,4 +39,4 @@ private:
extern const device_type ZSG2;
-#endif /* __ZSG2_H__ */
+#endif /* __ZSG2_H__ */