summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/decobsmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/decobsmt.h')
-rw-r--r--src/mame/audio/decobsmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/decobsmt.h b/src/mame/audio/decobsmt.h
index 715607f47b9..09230ea8490 100644
--- a/src/mame/audio/decobsmt.h
+++ b/src/mame/audio/decobsmt.h
@@ -22,7 +22,7 @@ class decobsmt_device : public device_t
{
public:
// construction/destruction
- decobsmt_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ decobsmt_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_WRITE8_MEMBER(bsmt_reset_w);
DECLARE_READ8_MEMBER(bsmt_status_r);