aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform/modrinth/ModrinthResourceModels.cpp
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-10 22:04:08 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-10 22:04:08 +0300
commitae9e8dbafd457ef5be2b02529647c8b974488f7a (patch)
tree334002c31de3b7a1959a2bc850d4b8f318a0001e /launcher/ui/pages/modplatform/modrinth/ModrinthResourceModels.cpp
parentf96b135ef72a762220941681cf1b314a3b2db266 (diff)
downloadPrismLauncher-ae9e8dbafd457ef5be2b02529647c8b974488f7a.tar.gz
PrismLauncher-ae9e8dbafd457ef5be2b02529647c8b974488f7a.tar.bz2
PrismLauncher-ae9e8dbafd457ef5be2b02529647c8b974488f7a.zip
Removed const specification
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/ui/pages/modplatform/modrinth/ModrinthResourceModels.cpp')
-rw-r--r--launcher/ui/pages/modplatform/modrinth/ModrinthResourceModels.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/modrinth/ModrinthResourceModels.cpp b/launcher/ui/pages/modplatform/modrinth/ModrinthResourceModels.cpp
index f5d1cc28..7f857485 100644
--- a/launcher/ui/pages/modplatform/modrinth/ModrinthResourceModels.cpp
+++ b/launcher/ui/pages/modplatform/modrinth/ModrinthResourceModels.cpp
@@ -25,7 +25,7 @@
namespace ResourceDownload {
-ModrinthModModel::ModrinthModModel(BaseInstance const& base) : ModModel(base, new ModrinthAPI) {}
+ModrinthModModel::ModrinthModModel(BaseInstance& base) : ModModel(base, new ModrinthAPI) {}
void ModrinthModModel::loadIndexedPack(ModPlatform::IndexedPack& m, QJsonObject& obj)
{