summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/foodf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/foodf.h')
-rw-r--r--src/mame/includes/foodf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/foodf.h b/src/mame/includes/foodf.h
index 286427b43c8..98bd7b5f483 100644
--- a/src/mame/includes/foodf.h
+++ b/src/mame/includes/foodf.h
@@ -12,7 +12,7 @@
class foodf_state : public atarigen_state
{
public:
- foodf_state(const machine_config &mconfig, device_type type, const char *tag)
+ foodf_state(const machine_config &mconfig, device_type type, std::string tag)
: atarigen_state(mconfig, type, tag),
m_nvram(*this, "nvram"),
m_playfield_tilemap(*this, "playfield"),