diff --git a/Source/IO/FS/FileTrust.Unix.cpp b/Source/IO/FS/FileTrust.Unix.cpp index 5a19ac99..c2af8b79 100644 --- a/Source/IO/FS/FileTrust.Unix.cpp +++ b/Source/IO/FS/FileTrust.Unix.cpp @@ -109,7 +109,7 @@ namespace Aurora::IO::FS return AuFS::FileExists(srcPath); } - AUKN_SYM bool TrustFile(const AuString &path) + AUKN_SYM bool TrustFile(const AuROString &path) { struct stat s; mode_t mode { 0755 };