mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #4659 from leoetlino/chunkfile-set
Fix ChunkFile for std::set
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user