summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/vfs_offset.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-07-20 06:04:51 +0200
committerLioncash <mathew1800@gmail.com>2018-07-20 06:04:54 +0200
commit0e9d58e82a86dc8948aca9bbb12c647023031cbd (patch)
treef1218e442c70af8f026591f1c8967d4c3d02d664 /src/core/file_sys/vfs_offset.h
parentMerge pull request #726 from lioncash/overload (diff)
downloadyuzu-0e9d58e82a86dc8948aca9bbb12c647023031cbd.tar
yuzu-0e9d58e82a86dc8948aca9bbb12c647023031cbd.tar.gz
yuzu-0e9d58e82a86dc8948aca9bbb12c647023031cbd.tar.bz2
yuzu-0e9d58e82a86dc8948aca9bbb12c647023031cbd.tar.lz
yuzu-0e9d58e82a86dc8948aca9bbb12c647023031cbd.tar.xz
yuzu-0e9d58e82a86dc8948aca9bbb12c647023031cbd.tar.zst
yuzu-0e9d58e82a86dc8948aca9bbb12c647023031cbd.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/vfs_offset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/vfs_offset.h b/src/core/file_sys/vfs_offset.h
index adc615b38..2e16e47eb 100644
--- a/src/core/file_sys/vfs_offset.h
+++ b/src/core/file_sys/vfs_offset.h
@@ -14,7 +14,7 @@ namespace FileSys {
// the size of this wrapper.
struct OffsetVfsFile : public VfsFile {
OffsetVfsFile(std::shared_ptr<VfsFile> file, size_t size, size_t offset = 0,
- const std::string& new_name = "");
+ std::string new_name = "");
std::string GetName() const override;
size_t GetSize() const override;