diff options
author | Petr Mrázek <peterix@gmail.com> | 2020-06-27 12:02:31 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2020-06-27 12:02:31 +0200 |
commit | a0ef20a264656c127dd62eb9140e89a2fda6a8e0 (patch) | |
tree | 43b9262f501e9ec835939ec50cc23473e661b291 /api/logic/minecraft/VersionFile.h | |
parent | 4ca62916f562ca2d233d0fb4771054a106f1afc3 (diff) | |
download | MultiMC-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.h | 2 |
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; |