diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-12-29 00:37:14 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-12-29 00:37:14 +0100 |
commit | 719f3e863a2bdbaeaba37e837e0f6b75de124e6c (patch) | |
tree | bff005dd7e36b08d355bfec58742d44265fc0dd6 /api/logic/minecraft/VersionFile.h | |
parent | 50ca6cbb4daaa4acd300defc6b7ecc7ccb46cebf (diff) | |
download | MultiMC-719f3e863a2bdbaeaba37e837e0f6b75de124e6c.tar MultiMC-719f3e863a2bdbaeaba37e837e0f6b75de124e6c.tar.gz MultiMC-719f3e863a2bdbaeaba37e837e0f6b75de124e6c.tar.lz MultiMC-719f3e863a2bdbaeaba37e837e0f6b75de124e6c.tar.xz MultiMC-719f3e863a2bdbaeaba37e837e0f6b75de124e6c.zip |
NOISSUE add versioning to component metadata format and use it
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 c032f7ea..5aea7a7a 100644 --- a/api/logic/minecraft/VersionFile.h +++ b/api/logic/minecraft/VersionFile.h @@ -18,7 +18,7 @@ class LaunchProfile; struct MojangDownloadInfo; struct MojangAssetIndexInfo; -typedef std::shared_ptr<VersionFile> VersionFilePtr; +using VersionFilePtr = std::shared_ptr<VersionFile>; class VersionFile : public ProblemContainer { friend class MojangVersionFormat; |