mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 19:06:58 +03:00
refactor: replace std::list with std::vector
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
(cherry picked from commit 19b9557c19)
This commit is contained in:
parent
43eeb14a7f
commit
ea42d6f676
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