mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-18 04:45:20 +00:00
fix some warnings
This commit is contained in:
parent
c39ad1ee12
commit
fee96ec92d
5 changed files with 9 additions and 6 deletions
|
|
@ -399,7 +399,7 @@ namespace gui
|
|||
{
|
||||
bool match = true;
|
||||
|
||||
for (const auto [role, data] : criteria)
|
||||
for (const auto& [role, data] : criteria)
|
||||
{
|
||||
if (item->data(0, role) != data)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue