summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/inder_vid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/inder_vid.h')
-rw-r--r--src/mame/machine/inder_vid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/inder_vid.h b/src/mame/machine/inder_vid.h
index f8c850ed9c1..cb452f449f3 100644
--- a/src/mame/machine/inder_vid.h
+++ b/src/mame/machine/inder_vid.h
@@ -26,7 +26,7 @@ class inder_vid_device : public device_t
{
public:
// construction/destruction
- inder_vid_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ inder_vid_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
required_shared_ptr<UINT16> m_vram;
required_device<palette_device> m_palette;