summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74145.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74145.h')
-rw-r--r--src/devices/machine/74145.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/74145.h b/src/devices/machine/74145.h
index f13bef15706..402b7fedf63 100644
--- a/src/devices/machine/74145.h
+++ b/src/devices/machine/74145.h
@@ -37,7 +37,7 @@ protected:
virtual void device_reset() override;
private:
- devcb_write_line m_output_line_cb[10];
+ devcb_write_line::array<10> m_output_line_cb;
/* decoded number */
uint16_t m_number;