fix: Narrowing conversion error in Encoding File parsing
This commit is contained in:
parent
3595a94b67
commit
5f17d7aa75
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user