summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/calomega.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/calomega.h')
-rw-r--r--src/mame/includes/calomega.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/calomega.h b/src/mame/includes/calomega.h
index ad9708457ff..8667ed87797 100644
--- a/src/mame/includes/calomega.h
+++ b/src/mame/includes/calomega.h
@@ -55,7 +55,7 @@ public:
DECLARE_PALETTE_INIT(calomega);
protected:
- virtual void video_start();
+ virtual void video_start() override;
private:
required_device<cpu_device> m_maincpu;