summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/FileHandlerARC.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DiscIO/FileHandlerARC.h')
-rw-r--r--Source/Core/DiscIO/FileHandlerARC.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/DiscIO/FileHandlerARC.h b/Source/Core/DiscIO/FileHandlerARC.h
index 1fccd5f894..327d81c4b9 100644
--- a/Source/Core/DiscIO/FileHandlerARC.h
+++ b/Source/Core/DiscIO/FileHandlerARC.h
@@ -47,8 +47,8 @@ class CARCFile
bool ParseBuffer();
- size_t BuildFilenames(const size_t _FirstIndex, const size_t _LastIndex, const char* _szDirectory, const char* _szNameTable);
+ size_t BuildFilenames(const size_t _FirstIndex, const size_t _LastIndex, const std::string& _szDirectory, const char* _szNameTable);
- const SFileInfo* FindFileInfo(std::string _rFullPath) const;
+ const SFileInfo* FindFileInfo(const std::string& _rFullPath) const;
};
} // namespace