summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arc/arc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/arc/arc.h')
-rw-r--r--src/devices/cpu/arc/arc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/arc/arc.h b/src/devices/cpu/arc/arc.h
index 5b9302cc99f..5b9c053e5d5 100644
--- a/src/devices/cpu/arc/arc.h
+++ b/src/devices/cpu/arc/arc.h
@@ -16,7 +16,7 @@ class arc_device : public cpu_device
{
public:
// construction/destruction
- arc_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ arc_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
protected:
// device-level overrides