mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
Explicitly specify signed
modifier for char
type
This commit is contained in:
parent
fc7dcd0360
commit
bf0ad9e7ca
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ enum LocationType {
|
|||
SecureFileLocation = 0xcbc7ee28, // mtpc_inputSecureFileLocation
|
||||
};
|
||||
|
||||
enum FileStatus : char {
|
||||
enum FileStatus : signed char {
|
||||
FileDownloadFailed = -2,
|
||||
FileUploadFailed = -1,
|
||||
FileReady = 1,
|
||||
|
|
Loading…
Add table
Reference in a new issue