summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/wangpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/wangpc.h')
-rw-r--r--src/mame/includes/wangpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/wangpc.h b/src/mame/includes/wangpc.h
index 2f872285eee..05278e32671 100644
--- a/src/mame/includes/wangpc.h
+++ b/src/mame/includes/wangpc.h
@@ -36,7 +36,7 @@ class wangpc_state : public driver_device
{
public:
// constructor
- wangpc_state(const machine_config &mconfig, device_type type, std::string tag) :
+ wangpc_state(const machine_config &mconfig, device_type type, const char *tag) :
driver_device(mconfig, type, tag),
m_maincpu(*this, I8086_TAG),
m_dmac(*this, AM9517A_TAG),