summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tmnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tmnt.h')
-rw-r--r--src/mame/includes/tmnt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tmnt.h b/src/mame/includes/tmnt.h
index 353ca504ebb..1c68a9e3640 100644
--- a/src/mame/includes/tmnt.h
+++ b/src/mame/includes/tmnt.h
@@ -185,5 +185,5 @@ public:
SAMPLES_START_CB_MEMBER(tmnt_decode_sample);
protected:
- 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;
};