summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/s32comm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/s32comm.h')
-rw-r--r--src/mame/machine/s32comm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/s32comm.h b/src/mame/machine/s32comm.h
index 782eb1e9cd3..19b01110361 100644
--- a/src/mame/machine/s32comm.h
+++ b/src/mame/machine/s32comm.h
@@ -20,7 +20,7 @@ class s32comm_device : public device_t
{
public:
// construction/destruction
- s32comm_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ s32comm_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// optional information overrides
virtual machine_config_constructor device_mconfig_additions() const override;