summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dgnalpha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dgnalpha.h')
-rw-r--r--src/mame/includes/dgnalpha.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/dgnalpha.h b/src/mame/includes/dgnalpha.h
index 08e6c8c0907..220bc334137 100644
--- a/src/mame/includes/dgnalpha.h
+++ b/src/mame/includes/dgnalpha.h
@@ -38,7 +38,7 @@
class dragon_alpha_state : public dragon64_state
{
public:
- dragon_alpha_state(const machine_config &mconfig, device_type type, std::string tag)
+ dragon_alpha_state(const machine_config &mconfig, device_type type, const char *tag)
: dragon64_state(mconfig, type, tag),
m_pia_2(*this, PIA2_TAG),
m_ay8912(*this, AY8912_TAG),