summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-12-06 21:41:35 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-12-06 21:41:35 -0500
commit9f7efce3d6afdecbf783bc9f5c3fb6c603d1c049 (patch)
tree720d65377a8a01a76c40d87fc036dee70172c89e /src/frontend
parent76bd4b9b3f5d8ea288307657f11fb82ae8d61a7f (diff)
Fix build (nw)
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/mame/ui/filesel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/mame/ui/filesel.cpp b/src/frontend/mame/ui/filesel.cpp
index 3477fa416b1..c64dcc5001e 100644
--- a/src/frontend/mame/ui/filesel.cpp
+++ b/src/frontend/mame/ui/filesel.cpp
@@ -55,6 +55,7 @@ menu_file_selector::menu_file_selector(mame_ui_manager &mui, render_container &c
, m_has_create(has_create)
, m_result(result)
{
+ (void)m_image;
}