summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/guab.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/guab.cpp')
-rw-r--r--src/mame/drivers/guab.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/guab.cpp b/src/mame/drivers/guab.cpp
index 9404c0a8526..e67cfdd7d02 100644
--- a/src/mame/drivers/guab.cpp
+++ b/src/mame/drivers/guab.cpp
@@ -87,7 +87,7 @@ public:
DECLARE_FLOPPY_FORMATS(floppy_formats);
protected:
- virtual void machine_start();
+ virtual void machine_start() override;
private:
required_device<cpu_device> m_maincpu;