diff --git a/deps/ox/src/ox/fs/filesystem/filelocation.hpp b/deps/ox/src/ox/fs/filesystem/filelocation.hpp index 790db568..05c86c42 100644 --- a/deps/ox/src/ox/fs/filesystem/filelocation.hpp +++ b/deps/ox/src/ox/fs/filesystem/filelocation.hpp @@ -46,7 +46,7 @@ class FileAddress { public: constexpr FileAddress() noexcept { m_data.inode = 0; - m_type = FileAddressType::Inode; + m_type = FileAddressType::None; } FileAddress(const FileAddress &other) noexcept;