summaryrefslogtreecommitdiffstats
path: root/src/frontend/mame/ui/simpleselgame.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/simpleselgame.h')
-rw-r--r--src/frontend/mame/ui/simpleselgame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/simpleselgame.h b/src/frontend/mame/ui/simpleselgame.h
index 8570170d465..a368e61b40e 100644
--- a/src/frontend/mame/ui/simpleselgame.h
+++ b/src/frontend/mame/ui/simpleselgame.h
@@ -43,7 +43,7 @@ private:
void inkey_special(const event *menu_event);
// internal state
- UINT8 m_error;
+ uint8_t m_error;
bool m_rerandomize;
std::string m_search;
int m_matchlist[VISIBLE_GAMES_IN_LIST];