summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/channelf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/channelf.h')
-rw-r--r--src/mame/audio/channelf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/channelf.h b/src/mame/audio/channelf.h
index 9fbe3fc2540..17ad5add8df 100644
--- a/src/mame/audio/channelf.h
+++ b/src/mame/audio/channelf.h
@@ -13,7 +13,7 @@ class channelf_sound_device : public device_t,
public device_sound_interface
{
public:
- channelf_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ channelf_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
void sound_w(int mode);
protected: