mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 23:59:27 +01:00
Merge pull request #4659 from leoetlino/chunkfile-set
Fix ChunkFile for std::set
This commit is contained in:
commit
dd9e6760c4
@ -120,7 +120,7 @@ public:
|
||||
case MODE_WRITE:
|
||||
case MODE_MEASURE:
|
||||
case MODE_VERIFY:
|
||||
for (V& val : x)
|
||||
for (const V& val : x)
|
||||
{
|
||||
Do(val);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user