summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/gmaster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/gmaster.h')
-rw-r--r--src/mess/includes/gmaster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/gmaster.h b/src/mess/includes/gmaster.h
index 8bf6e3ec57b..ecf687cf062 100644
--- a/src/mess/includes/gmaster.h
+++ b/src/mess/includes/gmaster.h
@@ -39,7 +39,7 @@ public:
/*----------- defined in audio/gmaster.c -----------*/
class gmaster_sound_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
gmaster_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);