summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/lpci/northbridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/lpci/northbridge.h')
-rw-r--r--src/devices/bus/lpci/northbridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/lpci/northbridge.h b/src/devices/bus/lpci/northbridge.h
index 73c21086b8f..2f76be6d457 100644
--- a/src/devices/bus/lpci/northbridge.h
+++ b/src/devices/bus/lpci/northbridge.h
@@ -20,7 +20,7 @@ class northbridge_device :
{
public:
// construction/destruction
- northbridge_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
+ northbridge_device(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
protected:
// device-level overrides
virtual void device_start() override;