diff options
Diffstat (limited to 'src/fs/virtfs/fs.h')
-rw-r--r-- | src/fs/virtfs/fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/virtfs/fs.h b/src/fs/virtfs/fs.h index ccd5dcfdc..ca67117ea 100644 --- a/src/fs/virtfs/fs.h +++ b/src/fs/virtfs/fs.h @@ -94,10 +94,10 @@ namespace VirtFs int eof(File *restrict const file); bool mountDirInternal(const std::string &restrict newDir, - const std::string &restrict subDir, + std::string subDir, const Append append); bool unmountDirInternal(std::string oldDir, - const std::string &restrict subDir); + std::string subDir); std::vector<FsEntry*> &getEntries(); FsEntry *searchByRootInternal(const std::string &restrict root, const std::string &restrict subDir); |