fix: Hex editor displaying ?? for every byte after editing

This commit is contained in:
WerWolv
2022-08-14 09:38:38 +02:00
parent b580691871
commit 440ba3823e
2 changed files with 9 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ namespace hex::plugin::builtin::prv {
return "hex.builtin.provider.file";
}
std::pair<Region, bool> getRegionValidity(u64 address) const override;
protected:
#if defined(OS_WINDOWS)