mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-09-16 16:11:17 -04:00
Replace typedef with using
Signed-off-by: LocalSpook <56512186+LocalSpook@users.noreply.github.com>
This commit is contained in:
1 parent
b376888f43
commit
5be80df1ee
37 files changed
+63
-48
No files matched your search
@@ -42,4 +42,4 @@ struct JavaInstall : public BaseVersion {
|
||||
bool recommended = false;
|
||||
};
|
||||
|
||||
typedef std::shared_ptr<JavaInstall> JavaInstallPtr;
|
||||
using JavaInstallPtr = std::shared_ptr<JavaInstall>;
|
||||
Reference in new issue
Block a user