summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hng64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hng64.h')
-rw-r--r--src/mame/includes/hng64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/hng64.h b/src/mame/includes/hng64.h
index 6c3d528ca8d..9f1a6f2ba17 100644
--- a/src/mame/includes/hng64.h
+++ b/src/mame/includes/hng64.h
@@ -152,7 +152,7 @@ protected:
virtual void device_start() override;
private:
- devcb_write8 m_lamps_out_cb[8];
+ devcb_write8::array<8> m_lamps_out_cb;
};