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

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;
};
}
}