summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/c45.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/c45.h')
-rw-r--r--src/mame/video/c45.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/c45.h b/src/mame/video/c45.h
index 665d87357d9..1e0d2e29022 100644
--- a/src/mame/video/c45.h
+++ b/src/mame/video/c45.h
@@ -34,7 +34,7 @@ class namco_c45_road_device : public device_t, public device_gfx_interface, publ
public:
// construction/destruction
- namco_c45_road_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ namco_c45_road_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_ADDRESS_MAP(map, 16);