summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/snes_snd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/snes_snd.h')
-rw-r--r--src/mame/audio/snes_snd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/snes_snd.h b/src/mame/audio/snes_snd.h
index c5b1cab5afd..6d4e97b14a1 100644
--- a/src/mame/audio/snes_snd.h
+++ b/src/mame/audio/snes_snd.h
@@ -63,7 +63,7 @@ class snes_sound_device : public device_t,
public device_sound_interface
{
public:
- snes_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ snes_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
~snes_sound_device() {}
void set_volume(int volume);