summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/photon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/photon.cpp')
-rw-r--r--src/mame/drivers/photon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/photon.cpp b/src/mame/drivers/photon.cpp
index 339986851b4..315dfeff6b9 100644
--- a/src/mame/drivers/photon.cpp
+++ b/src/mame/drivers/photon.cpp
@@ -27,7 +27,7 @@
class photon_state : public pk8000_base_state
{
public:
- photon_state(const machine_config &mconfig, device_type type, const char *tag)
+ photon_state(const machine_config &mconfig, device_type type, std::string tag)
: pk8000_base_state(mconfig, type, tag),
m_speaker(*this, "speaker") { }