1
0
mirror of synced 2024-09-24 11:38:26 +02:00

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

@ -1 +1 @@
Subproject commit 86d8d8fdc88a5f8f732075a1b444c994fac203e7
Subproject commit beec45afc942209cc34d30f99eac42b2bb04aa79

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;