diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-06 10:34:05 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-06 10:34:05 +0300 |
commit | 6505a6280111e29b33d829703d1c1a87f90dba7a (patch) | |
tree | 696b9f52b5e4e03b54d919204b4eb7a47f8788d1 /launcher/minecraft/VersionFile.h | |
parent | 1840505a0f887ebfc2c719113873ea3345b133fb (diff) | |
download | PrismLauncher-6505a6280111e29b33d829703d1c1a87f90dba7a.tar.gz PrismLauncher-6505a6280111e29b33d829703d1c1a87f90dba7a.tar.bz2 PrismLauncher-6505a6280111e29b33d829703d1c1a87f90dba7a.zip |
Renamed requires fields
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/minecraft/VersionFile.h')
-rw-r--r-- | launcher/minecraft/VersionFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/VersionFile.h b/launcher/minecraft/VersionFile.h index 11c5a3af..8e9dd167 100644 --- a/launcher/minecraft/VersionFile.h +++ b/launcher/minecraft/VersionFile.h @@ -138,7 +138,7 @@ public: /* data */ * Prism Launcher: set of packages this depends on * NOTE: this is shared with the meta format!!! */ - Meta::RequireSet requires; + Meta::RequireSet m_requires; /** * Prism Launcher: set of packages this conflicts with |