aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-06-17 16:34:32 +0200
committerSefa Eyeoglu <contact@scrumplex.net>2022-06-17 16:34:32 +0200
commit9ec260619b48447e398445aecd6651d319b8217e (patch)
treef3e8dd12c37b61b0215e3e667a33d86e46f2e268 /launcher/modplatform
parent03e454b71d83aebbb534c5734ccd9093842da28c (diff)
downloadPrismLauncher-9ec260619b48447e398445aecd6651d319b8217e.tar.gz
PrismLauncher-9ec260619b48447e398445aecd6651d319b8217e.tar.bz2
PrismLauncher-9ec260619b48447e398445aecd6651d319b8217e.zip
fix: fix warnings reported by LGTM.com
Diffstat (limited to 'launcher/modplatform')
-rw-r--r--launcher/modplatform/flame/FlameAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/modplatform/flame/FlameAPI.h b/launcher/modplatform/flame/FlameAPI.h
index 424153d2..aea76ff1 100644
--- a/launcher/modplatform/flame/FlameAPI.h
+++ b/launcher/modplatform/flame/FlameAPI.h
@@ -59,7 +59,7 @@ class FlameAPI : public NetworkModAPI {
};
public:
- static auto getMappedModLoader(const ModLoaderTypes loaders) -> const int
+ static auto getMappedModLoader(const ModLoaderTypes loaders) -> int
{
// https://docs.curseforge.com/?http#tocS_ModLoaderType
if (loaders & Forge)