diff options
Diffstat (limited to 'src/devices/sound/sb0400.h')
-rw-r--r-- | src/devices/sound/sb0400.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/sb0400.h b/src/devices/sound/sb0400.h index 46a8581625e..a83ce69dbd8 100644 --- a/src/devices/sound/sb0400.h +++ b/src/devices/sound/sb0400.h @@ -12,7 +12,7 @@ class sb0400_device : public pci_device { public: - sb0400_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + sb0400_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); protected: virtual void device_start() override; |