summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gradius3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gradius3.h')
-rw-r--r--src/mame/includes/gradius3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gradius3.h b/src/mame/includes/gradius3.h
index 98061d26ece..bd7e6b99863 100644
--- a/src/mame/includes/gradius3.h
+++ b/src/mame/includes/gradius3.h
@@ -13,7 +13,7 @@
class gradius3_state : public driver_device
{
public:
- gradius3_state(const machine_config &mconfig, device_type type, const char *tag)
+ gradius3_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_gfxram(*this, "k052109"),
m_gfxrom(*this, "k051960"),