summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pocketc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pocketc.h')
-rw-r--r--src/mame/includes/pocketc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pocketc.h b/src/mame/includes/pocketc.h
index 02d193b4750..5edc361dc70 100644
--- a/src/mame/includes/pocketc.h
+++ b/src/mame/includes/pocketc.h
@@ -14,7 +14,7 @@ typedef const char *POCKETC_FIGURE[];
class pocketc_state : public driver_device
{
public:
- pocketc_state(const machine_config &mconfig, device_type type, std::string tag)
+ pocketc_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag) { }
DECLARE_PALETTE_INIT(pocketc);