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