Update codes.h

This commit is contained in:
igor725 2024-04-30 15:57:04 +03:00 committed by GitHub
parent 1e81c7fc78
commit b390e6ea5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ constexpr int32_t HEAP_SIZE = 131072;
constexpr int32_t UPLOAD_CONTENT_MAX = 8192;
} // namespace ShareUtility
enum SceContentSearchMimeType {
enum class SceContentSearchMimeType {
UNKNOWN = 0,
JPEG = 1,
MP4 = 2,