1
0
mirror of synced 2024-09-25 12:08:26 +02:00

fix: Narrowing conversion error in Encoding File parsing

This commit is contained in:
WerWolv 2022-05-17 17:49:14 +02:00 committed by GitHub
parent 3595a94b67
commit 5f17d7aa75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,8 +30,8 @@ namespace hex {
bool m_valid = false;
std::map<u32, std::map<std::vector<u8>, std::string>> m_mapping;
std::map<size_t, std::map<std::vector<u8>, std::string>> m_mapping;
size_t m_longestSequence = 0;
};
}
}