summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/crt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/crt.h')
-rw-r--r--src/mame/video/crt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/crt.h b/src/mame/video/crt.h
index 41eb10da2a1..adc67e8f5ce 100644
--- a/src/mame/video/crt.h
+++ b/src/mame/video/crt.h
@@ -46,7 +46,7 @@ struct crt_point
class crt_device : public device_t
{
public:
- crt_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ crt_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~crt_device() { }
static void set_num_levels(device_t &device, int levels) { downcast<crt_device &>(device).m_num_intensity_levels = levels; }