summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/tvc/hbf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/tvc/hbf.h')
-rw-r--r--src/devices/bus/tvc/hbf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/tvc/hbf.h b/src/devices/bus/tvc/hbf.h
index da677aa617e..5c99296023f 100644
--- a/src/devices/bus/tvc/hbf.h
+++ b/src/devices/bus/tvc/hbf.h
@@ -23,7 +23,7 @@ class tvc_hbf_device :
{
public:
// construction/destruction
- tvc_hbf_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ tvc_hbf_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
// optional information overrides
virtual machine_config_constructor device_mconfig_additions() const override;