mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 23:14:33 +02:00
Merge pull request #8131 from lioncash/move
UICommon/ResourcePack/Manager: Resolve use-after-move in Add()
This commit is contained in:
@@ -128,7 +128,7 @@ bool Add(const std::string& path, int offset)
|
||||
|
||||
packs.insert(packs.begin() + offset, std::move(pack));
|
||||
|
||||
return pack.IsValid();
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Remove(ResourcePack& pack)
|
||||
|
Reference in New Issue
Block a user