diff options
Diffstat (limited to 'src/mame/drivers/vroulet.cpp')
-rw-r--r-- | src/mame/drivers/vroulet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vroulet.cpp b/src/mame/drivers/vroulet.cpp index dcbf7a37c29..2f3cbabb21e 100644 --- a/src/mame/drivers/vroulet.cpp +++ b/src/mame/drivers/vroulet.cpp @@ -46,7 +46,7 @@ Tomasz Slanina 20050225 class vroulet_state : public driver_device { public: - vroulet_state(const machine_config &mconfig, device_type type, const char *tag) + vroulet_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_gfxdecode(*this, "gfxdecode"), |