diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-06-03 13:44:09 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-06-03 13:48:15 +0100 |
commit | 3c87e5d31eb8fb33d6e63a38377c9729a130af45 (patch) | |
tree | 3a41b63192895f96cb064673b129d40126e4f561 /launcher/modplatform/modrinth/ModrinthPackExportTask.h | |
parent | e26827b84922d7d84c3ee83dfed58759b1c0ca15 (diff) | |
download | PrismLauncher-3c87e5d31eb8fb33d6e63a38377c9729a130af45.tar.gz PrismLauncher-3c87e5d31eb8fb33d6e63a38377c9729a130af45.tar.bz2 PrismLauncher-3c87e5d31eb8fb33d6e63a38377c9729a130af45.zip |
Make mcInstance mutable
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/modplatform/modrinth/ModrinthPackExportTask.h')
-rw-r--r-- | launcher/modplatform/modrinth/ModrinthPackExportTask.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/modrinth/ModrinthPackExportTask.h b/launcher/modplatform/modrinth/ModrinthPackExportTask.h index 5426d6da..af00ffaa 100644 --- a/launcher/modplatform/modrinth/ModrinthPackExportTask.h +++ b/launcher/modplatform/modrinth/ModrinthPackExportTask.h @@ -51,7 +51,7 @@ class ModrinthPackExportTask : public Task { // inputs const QString name, version, summary; const InstancePtr instance; - const MinecraftInstance* mcInstance; + MinecraftInstance* mcInstance; const QDir gameRoot; const QString output; const MMCZip::FilterFunction filter; |