summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/asteroid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/asteroid.h')
-rw-r--r--src/mame/includes/asteroid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/asteroid.h b/src/mame/includes/asteroid.h
index 3929311d0c9..6ce78646fe0 100644
--- a/src/mame/includes/asteroid.h
+++ b/src/mame/includes/asteroid.h
@@ -12,7 +12,7 @@
class asteroid_state : public driver_device
{
public:
- asteroid_state(const machine_config &mconfig, device_type type, const char *tag)
+ asteroid_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_dvg(*this, "dvg"),