diff options
Diffstat (limited to 'src/mame/drivers/sangho.cpp')
-rw-r--r-- | src/mame/drivers/sangho.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sangho.cpp b/src/mame/drivers/sangho.cpp index 4f401081ef3..ad78a406c5a 100644 --- a/src/mame/drivers/sangho.cpp +++ b/src/mame/drivers/sangho.cpp @@ -54,7 +54,7 @@ TODO: class sangho_state : public driver_device { public: - sangho_state(const machine_config &mconfig, device_type type, const char *tag) + sangho_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag) , m_v9958(*this, "v9958") , m_maincpu(*this, "maincpu") |