mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Apply suggestion from code review
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
555c4a7c59
commit
7c38edc93d
8 changed files with 75 additions and 67 deletions
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
namespace Java {
|
||||
|
||||
enum class DownloadType { Manifest, Archive };
|
||||
enum class DownloadType { Manifest, Archive, Unknown };
|
||||
|
||||
class Metadata : public BaseVersion {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue