build: Updated libromfs

This commit is contained in:
WerWolv
2022-12-19 08:52:12 +01:00
parent 603ff9256c
commit ae5d8c9aad
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ namespace hex::plugin::builtin {
return "hex.builtin.provider.file";
}
std::pair<Region, bool> getRegionValidity(u64 address) const override;
[[nodiscard]] std::pair<Region, bool> getRegionValidity(u64 address) const override;
protected:
std::fs::path m_path;