summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/state.cpp')
-rw-r--r--src/frontend/mame/ui/state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/state.cpp b/src/frontend/mame/ui/state.cpp
index 27bbe24ed00..28d47040d60 100644
--- a/src/frontend/mame/ui/state.cpp
+++ b/src/frontend/mame/ui/state.cpp
@@ -175,7 +175,7 @@ void menu_load_save_state_base::populate(float &customtop, float &custombottom)
std::sort(
m_entries_vec.begin(),
m_entries_vec.end(),
- [this](const file_entry *a, const file_entry *b)
+ [](const file_entry *a, const file_entry *b)
{
return a->last_modified() > b->last_modified();
});