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