summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gamepock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gamepock.h')
-rw-r--r--src/mame/includes/gamepock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gamepock.h b/src/mame/includes/gamepock.h
index 678db1dc9f4..9b842d6405a 100644
--- a/src/mame/includes/gamepock.h
+++ b/src/mame/includes/gamepock.h
@@ -23,7 +23,7 @@ public:
m_cart(*this, "cartslot")
{ }
- virtual void machine_reset();
+ virtual void machine_reset() override;
UINT8 m_port_a;
UINT8 m_port_b;