summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vpoker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vpoker.cpp')
-rw-r--r--src/mame/drivers/vpoker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vpoker.cpp b/src/mame/drivers/vpoker.cpp
index 5190ddabbfb..d7dbe58fa84 100644
--- a/src/mame/drivers/vpoker.cpp
+++ b/src/mame/drivers/vpoker.cpp
@@ -117,7 +117,7 @@ public:
DECLARE_READ8_MEMBER(blitter_r);
DECLARE_WRITE8_MEMBER(blitter_w);
DECLARE_WRITE_LINE_MEMBER(ptm_irq);
- virtual void video_start();
+ virtual void video_start() override;
UINT32 screen_update_vpoker(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;