summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galaxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galaxy.h')
-rw-r--r--src/mame/includes/galaxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/galaxy.h b/src/mame/includes/galaxy.h
index 1a0e27a4841..8fdceb366bd 100644
--- a/src/mame/includes/galaxy.h
+++ b/src/mame/includes/galaxy.h
@@ -17,7 +17,7 @@
class galaxy_state : public driver_device
{
public:
- galaxy_state(const machine_config &mconfig, device_type type, const char *tag)
+ galaxy_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_cassette(*this, "cassette"),