summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/elan_eu3a05.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/elan_eu3a05.h')
-rw-r--r--src/mame/audio/elan_eu3a05.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/elan_eu3a05.h b/src/mame/audio/elan_eu3a05.h
index 86ff7236b91..09366c7d89f 100644
--- a/src/mame/audio/elan_eu3a05.h
+++ b/src/mame/audio/elan_eu3a05.h
@@ -79,7 +79,7 @@ private:
DECLARE_WRITE8_MEMBER(write_unmapped);
DECLARE_READ8_MEMBER(read_unmapped);
- devcb_write_line m_sound_end_cb[6];
+ devcb_write_line::array<6> m_sound_end_cb;
};
DECLARE_DEVICE_TYPE(ELAN_EU3A05_SOUND, elan_eu3a05_sound_device)