Rename "vfs" to "vfs_ctx" inside USTAR class

This commit is contained in:
Alex
2023-03-25 11:57:07 +02:00
parent 177a80403f
commit 42bcdefc6b
2 changed files with 4 additions and 4 deletions

View File

@ -63,7 +63,7 @@ namespace VirtualFileSystem
}
public:
USTAR(uintptr_t Address, Virtual *vfs);
USTAR(uintptr_t Address, Virtual *vfs_ctx);
~USTAR();
};
}