summaryrefslogtreecommitdiffstats
path: root/src/emu/devcpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/devcpu.h')
-rw-r--r--src/emu/devcpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/devcpu.h b/src/emu/devcpu.h
index b4898615e53..0a298a4ddf8 100644
--- a/src/emu/devcpu.h
+++ b/src/emu/devcpu.h
@@ -68,7 +68,7 @@ class cpu_device : public device_t,
protected:
// construction/destruction
- cpu_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);
+ cpu_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);
virtual ~cpu_device();
};