summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/crgolf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/crgolf.h')
-rw-r--r--src/mame/includes/crgolf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/crgolf.h b/src/mame/includes/crgolf.h
index c337a5f8263..24bae8ec46b 100644
--- a/src/mame/includes/crgolf.h
+++ b/src/mame/includes/crgolf.h
@@ -12,7 +12,7 @@
class crgolf_state : public driver_device
{
public:
- crgolf_state(const machine_config &mconfig, device_type type, const char *tag)
+ crgolf_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_color_select(*this, "color_select"),
m_screen_flip(*this, "screen_flip"),