summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lft.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lft.cpp')
-rw-r--r--src/mame/drivers/lft.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lft.cpp b/src/mame/drivers/lft.cpp
index 2034ec9219d..63479765180 100644
--- a/src/mame/drivers/lft.cpp
+++ b/src/mame/drivers/lft.cpp
@@ -28,7 +28,7 @@ public:
private:
UINT8 m_term_data;
- virtual void machine_reset();
+ virtual void machine_reset() override;
required_device<cpu_device> m_maincpu;
required_device<generic_terminal_device> m_terminal;
};