summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/saa1099.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/saa1099.h')
-rw-r--r--src/devices/sound/saa1099.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/saa1099.h b/src/devices/sound/saa1099.h
index 04420ffd968..b2c67e66edd 100644
--- a/src/devices/sound/saa1099.h
+++ b/src/devices/sound/saa1099.h
@@ -71,7 +71,7 @@ class saa1099_device : public device_t,
public device_sound_interface
{
public:
- saa1099_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ saa1099_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
~saa1099_device() { }
protected: