summaryrefslogtreecommitdiff
path: root/src/fs/files.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/files.h')
-rw-r--r--src/fs/files.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/files.h b/src/fs/files.h
index 65b2f6325..4b55292de 100644
--- a/src/fs/files.h
+++ b/src/fs/files.h
@@ -36,10 +36,10 @@ namespace Files
void setCopyCallBack(CopyFileCallbackPtr callback);
- void copyPhysFsFile(const std::string &restrict inFile,
+ void copyVirtFsFile(const std::string &restrict inFile,
const std::string &restrict outFile);
- void copyPhysFsDir(const std::string &restrict inDir,
+ void copyVirtFsDir(const std::string &restrict inDir,
const std::string &restrict outDir);
void extractZip(const std::string &restrict zipName,