summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/midiout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/imagedev/midiout.h')
-rw-r--r--src/devices/imagedev/midiout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/imagedev/midiout.h b/src/devices/imagedev/midiout.h
index 9281fe6f5a6..b154773ddea 100644
--- a/src/devices/imagedev/midiout.h
+++ b/src/devices/imagedev/midiout.h
@@ -31,7 +31,7 @@ class midiout_device : public device_t,
{
public:
// construction/destruction
- midiout_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ midiout_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// image-level overrides
virtual bool call_load() override;