summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/flower.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/flower.cpp')
-rw-r--r--src/mame/audio/flower.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/flower.cpp b/src/mame/audio/flower.cpp
index cdf6da57aa1..fc8ef87b559 100644
--- a/src/mame/audio/flower.cpp
+++ b/src/mame/audio/flower.cpp
@@ -23,7 +23,7 @@ TODO:
const device_type FLOWER = &device_creator<flower_sound_device>;
-flower_sound_device::flower_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+flower_sound_device::flower_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, FLOWER, "Flower Audio Custom", tag, owner, clock, "flower_sound", __FILE__),
device_sound_interface(mconfig, *this)
{