summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ut88.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ut88.h')
-rw-r--r--src/mame/includes/ut88.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/ut88.h b/src/mame/includes/ut88.h
index 757d1f7a98c..46cbeed2680 100644
--- a/src/mame/includes/ut88.h
+++ b/src/mame/includes/ut88.h
@@ -89,7 +89,7 @@ protected:
required_device<cpu_device> m_maincpu;
optional_device<gfxdecode_device> m_gfxdecode;
optional_device<palette_device> m_palette;
- virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
+ virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
};
/*----------- defined in video/ut88.c -----------*/