summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/custui.h
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2016-09-19 08:25:10 -0400
committer Nathan Woods <npwoods@mess.org>2016-09-19 08:25:10 -0400
commit1a017c93023f489772d53221cda2248f930636ce (patch)
treeea7f48c10c4950abbd8f6aa4a3510daacb878ce0 /src/frontend/mame/ui/custui.h
parentea15eb91112bff6dc9976d192bf2527b1fe8c37a (diff)
Consolidated code that inputs characters into buffers
Diffstat (limited to 'src/frontend/mame/ui/custui.h')
-rw-r--r--src/frontend/mame/ui/custui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/custui.h b/src/frontend/mame/ui/custui.h
index 904ca3283c3..864d980186b 100644
--- a/src/frontend/mame/ui/custui.h
+++ b/src/frontend/mame/ui/custui.h
@@ -162,7 +162,7 @@ private:
void inkey_special(const event *menu_event);
rgb_t *m_color;
- char m_search[4];
+ std::string m_search;
bool m_key_active;
int m_lock_ref;
std::string m_title;