diff options
Diffstat (limited to 'src/frontend/mame/ui/inputmap.h')
-rw-r--r-- | src/frontend/mame/ui/inputmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/inputmap.h b/src/frontend/mame/ui/inputmap.h index 841382daf21..a43a6829b06 100644 --- a/src/frontend/mame/ui/inputmap.h +++ b/src/frontend/mame/ui/inputmap.h @@ -54,7 +54,7 @@ protected: input_seq_type seqtype = SEQ_TYPE_INVALID; // sequence type input_seq seq; // copy of the live sequence const input_seq * defseq = nullptr; // pointer to the default sequence - const char * name = nullptr; // pointer to the base name of the item + std::string name; // base name of the item const device_t * owner = nullptr; // pointer to the owner of the item ioport_group group = IPG_INVALID; // group type uint8_t type = 0U; // type of port |