summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dc.h')
-rw-r--r--src/mame/includes/dc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/dc.h b/src/mame/includes/dc.h
index a45e2e506d3..d932fdeb0af 100644
--- a/src/mame/includes/dc.h
+++ b/src/mame/includes/dc.h
@@ -17,7 +17,7 @@
class dc_state : public driver_device
{
public:
- dc_state(const machine_config &mconfig, device_type type, const char *tag)
+ dc_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
dc_framebuffer_ram(*this, "frameram"),
dc_texture_ram(*this, "dc_texture_ram"),