summaryrefslogtreecommitdiffstats
path: root/src/emu/speaker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/speaker.h')
-rw-r--r--src/emu/speaker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/speaker.h b/src/emu/speaker.h
index c9759b208e3..dc814a26911 100644
--- a/src/emu/speaker.h
+++ b/src/emu/speaker.h
@@ -57,7 +57,7 @@ class speaker_device : public device_t,
public:
// construction/destruction
- speaker_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ speaker_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
virtual ~speaker_device();
// inline configuration helpers