summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/vsystem_spr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/vsystem_spr.h')
-rw-r--r--src/mame/video/vsystem_spr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/vsystem_spr.h b/src/mame/video/vsystem_spr.h
index a7f53665efc..3e8574c9350 100644
--- a/src/mame/video/vsystem_spr.h
+++ b/src/mame/video/vsystem_spr.h
@@ -73,8 +73,8 @@ public:
protected:
- virtual void device_start();
- virtual void device_reset();
+ virtual void device_start() override;
+ virtual void device_reset() override;
private:
required_device<gfxdecode_device> m_gfxdecode;