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