diff options
Diffstat (limited to 'src/devices/sound/vrender0.h')
-rw-r--r-- | src/devices/sound/vrender0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/vrender0.h b/src/devices/sound/vrender0.h index d0f9292d552..490e1ff617b 100644 --- a/src/devices/sound/vrender0.h +++ b/src/devices/sound/vrender0.h @@ -29,7 +29,7 @@ class vrender0_device : public device_t, public device_sound_interface { public: - vrender0_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + vrender0_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); ~vrender0_device() { } // static configuration |