mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 18:09:59 +03:00
[Backport release-10.x] refactor: replace std::list with std::vector (#4845)
This commit is contained in:
commit
9fc5e1c650
14 changed files with 24 additions and 24 deletions
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <optional>
|
||||
|
||||
static std::list<Version> mcVersions(BaseInstance* inst)
|
||||
static std::vector<Version> mcVersions(BaseInstance* inst)
|
||||
{
|
||||
return { static_cast<MinecraftInstance*>(inst)->getPackProfile()->getComponent("net.minecraft")->getVersion() };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue