diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-23 10:26:57 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-08-23 10:26:57 +0300 |
commit | 4704c522e002e0da2c9ce49f71456fce684ab3a1 (patch) | |
tree | cce59aedd1f57985e6a444de3c72957d58abfa79 /launcher/modplatform/modrinth/ModrinthCheckUpdate.h | |
parent | f7951f6082ac21ac19bc0089d01d6c7f5b322422 (diff) | |
download | PrismLauncher-4704c522e002e0da2c9ce49f71456fce684ab3a1.tar.gz PrismLauncher-4704c522e002e0da2c9ce49f71456fce684ab3a1.tar.bz2 PrismLauncher-4704c522e002e0da2c9ce49f71456fce684ab3a1.zip |
moved modloaderTypes to ModPlatform
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform/modrinth/ModrinthCheckUpdate.h')
-rw-r--r-- | launcher/modplatform/modrinth/ModrinthCheckUpdate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/modrinth/ModrinthCheckUpdate.h b/launcher/modplatform/modrinth/ModrinthCheckUpdate.h index 4583dd6c..f2f2c7e9 100644 --- a/launcher/modplatform/modrinth/ModrinthCheckUpdate.h +++ b/launcher/modplatform/modrinth/ModrinthCheckUpdate.h @@ -10,7 +10,7 @@ class ModrinthCheckUpdate : public CheckUpdateTask { public: ModrinthCheckUpdate(QList<Mod*>& mods, std::list<Version>& mcVersions, - std::optional<ResourceAPI::ModLoaderTypes> loaders, + std::optional<ModPlatform::ModLoaderTypes> loaders, std::shared_ptr<ModFolderModel> mods_folder) : CheckUpdateTask(mods, mcVersions, loaders, mods_folder) {} |