summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pci-smbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/pci-smbus.h')
-rw-r--r--src/devices/machine/pci-smbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pci-smbus.h b/src/devices/machine/pci-smbus.h
index eb808e2c583..2ff96befc9b 100644
--- a/src/devices/machine/pci-smbus.h
+++ b/src/devices/machine/pci-smbus.h
@@ -10,7 +10,7 @@
class smbus_device : public pci_device {
public:
- smbus_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ smbus_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
DECLARE_READ8_MEMBER (hst_sts_r);
DECLARE_WRITE8_MEMBER (hst_sts_w);