summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/photoply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/photoply.cpp')
-rw-r--r--src/mame/drivers/photoply.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/photoply.cpp b/src/mame/drivers/photoply.cpp
index 6c38e5f87eb..bd4c1ff5e1f 100644
--- a/src/mame/drivers/photoply.cpp
+++ b/src/mame/drivers/photoply.cpp
@@ -30,7 +30,7 @@ public:
UINT8 m_vga_address;
DECLARE_DRIVER_INIT(photoply);
- virtual void machine_start();
+ virtual void machine_start() override;
};