From 1f90ceab075c4869298e963bf0a14a0aac2f1caa Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 16 Jan 2016 12:24:11 +0100 Subject: tags are now strings (nw) fix start project for custom builds in Visual Studio (nw) --- src/devices/sound/rf5c68.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/sound/rf5c68.h') diff --git a/src/devices/sound/rf5c68.h b/src/devices/sound/rf5c68.h index b8ebe577e0e..ed948d8f474 100644 --- a/src/devices/sound/rf5c68.h +++ b/src/devices/sound/rf5c68.h @@ -60,7 +60,7 @@ class rf5c68_device : public device_t, public device_sound_interface { public: - rf5c68_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); + rf5c68_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); ~rf5c68_device() { } static void set_end_callback(device_t &device, rf5c68_sample_end_cb_delegate callback) { downcast(device).m_sample_end_cb = callback; } -- cgit v1.2.3-70-g09d2