aboutsummaryrefslogtreecommitdiff
path: root/src/FATStorage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/FATStorage.h')
-rw-r--r--src/FATStorage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FATStorage.h b/src/FATStorage.h
index 3f3afa4..153c95a 100644
--- a/src/FATStorage.h
+++ b/src/FATStorage.h
@@ -72,7 +72,7 @@ private:
void CleanupDirectory(std::string sourcedir, std::string path, int level);
bool ImportFile(std::string path, std::filesystem::path in);
bool ImportDirectory(std::string sourcedir);
- u64 GetDirectorySize(std::string sourcedir);
+ u64 GetDirectorySize(std::filesystem::path sourcedir);
bool Load(std::string filename, u64 size, std::string sourcedir);
bool Save();