summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/solomon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/solomon.h')
-rw-r--r--src/mame/includes/solomon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/solomon.h b/src/mame/includes/solomon.h
index 0d8ab74ce02..881d8b579ac 100644
--- a/src/mame/includes/solomon.h
+++ b/src/mame/includes/solomon.h
@@ -3,7 +3,7 @@
class solomon_state : public driver_device
{
public:
- solomon_state(const machine_config &mconfig, device_type type, const char *tag)
+ solomon_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_spriteram(*this, "spriteram"),
m_videoram(*this, "videoram"),