summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/VersionFile.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2020-06-27 12:02:31 +0200
committerPetr Mrázek <peterix@gmail.com>2020-06-27 12:02:31 +0200
commita0ef20a264656c127dd62eb9140e89a2fda6a8e0 (patch)
tree43b9262f501e9ec835939ec50cc23473e661b291 /api/logic/minecraft/VersionFile.h
parent4ca62916f562ca2d233d0fb4771054a106f1afc3 (diff)
downloadMultiMC-a0ef20a264656c127dd62eb9140e89a2fda6a8e0.tar
MultiMC-a0ef20a264656c127dd62eb9140e89a2fda6a8e0.tar.gz
MultiMC-a0ef20a264656c127dd62eb9140e89a2fda6a8e0.tar.lz
MultiMC-a0ef20a264656c127dd62eb9140e89a2fda6a8e0.tar.xz
MultiMC-a0ef20a264656c127dd62eb9140e89a2fda6a8e0.zip
NOISSUE rename ComponentList to PackProfile
It's not just components, so the naming needed cleaning up.
Diffstat (limited to 'api/logic/minecraft/VersionFile.h')
-rw-r--r--api/logic/minecraft/VersionFile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/minecraft/VersionFile.h b/api/logic/minecraft/VersionFile.h
index 29ddd0bc..b79fcd4f 100644
--- a/api/logic/minecraft/VersionFile.h
+++ b/api/logic/minecraft/VersionFile.h
@@ -12,7 +12,7 @@
#include "Library.h"
#include <meta/JsonFormat.h>
-class ComponentList;
+class PackProfile;
class VersionFile;
class LaunchProfile;
struct MojangDownloadInfo;