fix: Compilation on macOS

This commit is contained in:
WerWolv
2023-05-14 21:50:58 +02:00
parent 610f109e2a
commit d96fc6d41b
12 changed files with 14 additions and 4 deletions

View File

@@ -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;