summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/relief.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/relief.h')
-rw-r--r--src/mame/includes/relief.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/relief.h b/src/mame/includes/relief.h
index ff4ae3bce3e..cae4ad37e3d 100644
--- a/src/mame/includes/relief.h
+++ b/src/mame/includes/relief.h
@@ -24,7 +24,7 @@ public:
UINT8 m_ym2413_volume;
UINT8 m_overall_volume;
UINT8 m_adpcm_bank;
- virtual void update_interrupts();
+ virtual void update_interrupts() override;
DECLARE_READ16_MEMBER(special_port2_r);
DECLARE_WRITE16_MEMBER(audio_control_w);
DECLARE_WRITE16_MEMBER(audio_volume_w);