summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/bfm_bda.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/bfm_bda.h')
-rw-r--r--src/mame/machine/bfm_bda.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/bfm_bda.h b/src/mame/machine/bfm_bda.h
index 3570c478f81..0b09548c60b 100644
--- a/src/mame/machine/bfm_bda.h
+++ b/src/mame/machine/bfm_bda.h
@@ -15,7 +15,7 @@
class bfm_bda_t : public device_t
{
public:
- bfm_bda_t(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ bfm_bda_t(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// inline configuration helpers
static void static_set_value(device_t &device, int val);