summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/drawgfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/drawgfx.h')
-rw-r--r--src/emu/drawgfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/drawgfx.h b/src/emu/drawgfx.h
index 1bc1cd0124c..a8be4a5f286 100644
--- a/src/emu/drawgfx.h
+++ b/src/emu/drawgfx.h
@@ -455,7 +455,7 @@ public:
gfxdecode_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
protected:
- virtual void device_start() {};
+ virtual void device_start() override {};
};
GFXDECODE_EXTERN(empty);