mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
fix: Compilation on macOS
This commit is contained in:
@@ -61,8 +61,6 @@ namespace hex::plugin::builtin {
|
||||
wolv::io::File m_file;
|
||||
size_t m_fileSize = 0;
|
||||
|
||||
std::atomic<u32> m_mapCounter = 0;
|
||||
|
||||
std::optional<struct stat> m_fileStats;
|
||||
|
||||
bool m_readable = false, m_writable = false;
|
||||
|
||||
Reference in New Issue
Block a user