summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/inputmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/inputmap.h')
-rw-r--r--src/frontend/mame/ui/inputmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/mame/ui/inputmap.h b/src/frontend/mame/ui/inputmap.h
index 5ed8c057c96..8058342515e 100644
--- a/src/frontend/mame/ui/inputmap.h
+++ b/src/frontend/mame/ui/inputmap.h
@@ -71,6 +71,8 @@ protected:
private:
std::unique_ptr<input_sequence_poller> seq_poll;
+ std::string assignprompt, appendprompt;
+ std::string clearprompt, defaultprompt;
std::string errormsg;
input_item_data *erroritem;
input_item_data *lastitem;