summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_cached.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/file_sys/vfs_cached.h')
-rw-r--r--src/core/file_sys/vfs_cached.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/vfs_cached.h b/src/core/file_sys/vfs_cached.h
index 113acac12..1e5300784 100644
--- a/src/core/file_sys/vfs_cached.h
+++ b/src/core/file_sys/vfs_cached.h
@@ -11,7 +11,7 @@ namespace FileSys {
class CachedVfsDirectory : public ReadOnlyVfsDirectory {
public:
- CachedVfsDirectory(VirtualDir& source_directory);
+ CachedVfsDirectory(VirtualDir&& source_directory);
~CachedVfsDirectory() override;
VirtualFile GetFile(std::string_view file_name) const override;