diff --git a/deps/ox/src/ox/fs/filesystem/filelocation.hpp b/deps/ox/src/ox/fs/filesystem/filelocation.hpp index f7f29255..bc894d50 100644 --- a/deps/ox/src/ox/fs/filesystem/filelocation.hpp +++ b/deps/ox/src/ox/fs/filesystem/filelocation.hpp @@ -26,11 +26,11 @@ class FileAddress { friend ox::Error model(T*, FileAddress*); public: - static constexpr auto TypeName = "ox::FileAddress"; + static constexpr auto TypeName = "net.drinkingtea.ox.FileAddress"; static constexpr auto Fields = 2; union Data { - static constexpr auto TypeName = "ox::FileAddress::Data"; + static constexpr auto TypeName = "net.drinkingtea.ox.FileAddress.Data"; static constexpr auto Fields = 3; char *path; const char *constPath;