summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/filesystem.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-04-15 19:15:18 +0200
committerbunnei <bunneidev@gmail.com>2018-04-15 19:15:18 +0200
commitbddad50dd400b31849fbd9486637fa9a2522cf58 (patch)
treef8e66493abf7fd870e6e98ed3d13b31e61a71b08 /src/core/file_sys/filesystem.h
parentMerge pull request #333 from bunnei/const-buff-hints (diff)
downloadyuzu-bddad50dd400b31849fbd9486637fa9a2522cf58.tar
yuzu-bddad50dd400b31849fbd9486637fa9a2522cf58.tar.gz
yuzu-bddad50dd400b31849fbd9486637fa9a2522cf58.tar.bz2
yuzu-bddad50dd400b31849fbd9486637fa9a2522cf58.tar.lz
yuzu-bddad50dd400b31849fbd9486637fa9a2522cf58.tar.xz
yuzu-bddad50dd400b31849fbd9486637fa9a2522cf58.tar.zst
yuzu-bddad50dd400b31849fbd9486637fa9a2522cf58.zip
Diffstat (limited to 'src/core/file_sys/filesystem.h')
-rw-r--r--src/core/file_sys/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/filesystem.h b/src/core/file_sys/filesystem.h
index 399427ca2..beefcfdb2 100644
--- a/src/core/file_sys/filesystem.h
+++ b/src/core/file_sys/filesystem.h
@@ -97,7 +97,7 @@ public:
* @param path Path relative to the archive
* @return Result of the operation
*/
- virtual ResultCode DeleteFile(const Path& path) const = 0;
+ virtual ResultCode DeleteFile(const std::string& path) const = 0;
/**
* Create a directory specified by its path