diff --git a/rpcs3/rpcs3qt/user_manager_dialog.cpp b/rpcs3/rpcs3qt/user_manager_dialog.cpp index 453aa02751..f91de76396 100644 --- a/rpcs3/rpcs3qt/user_manager_dialog.cpp +++ b/rpcs3/rpcs3qt/user_manager_dialog.cpp @@ -103,7 +103,7 @@ void user_manager_dialog::Init() restoreGeometry(m_gui_settings->GetValue(gui::um_geometry).toByteArray()); // Use this in multiple connects to protect the current user from deletion/rename. - const auto enable_buttons = [=]() + const auto enable_buttons = [=, this]() { const u32 key = GetUserKey(); if (key == 0)