diff options
Diffstat (limited to 'src/emu/drawgfx.h')
-rw-r--r-- | src/emu/drawgfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/drawgfx.h b/src/emu/drawgfx.h index 8e26a7a8fc4..f106ce18768 100644 --- a/src/emu/drawgfx.h +++ b/src/emu/drawgfx.h @@ -452,7 +452,7 @@ class gfxdecode_device : public device_t, public device_gfx_interface { public: // construction/destruction - gfxdecode_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + gfxdecode_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); protected: virtual void device_start() override {}; |