sys: ImU64 is not 64 bit everywhere...

This commit is contained in:
WerWolv
2021-03-02 14:32:18 +01:00
parent b6939654b3
commit 9481c70ecd
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ namespace hex {
float m_highestBlockEntropy = 0;
std::vector<float> m_blockEntropy;
std::array<u64, 256> m_valueCounts = { 0 };
std::array<ImU64, 256> m_valueCounts = { 0 };
bool m_analyzing = false;
std::pair<u64, u64> m_analyzedRegion = { 0, 0 };