diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2014-03-23 00:34:26 -0500 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2014-03-23 00:34:26 -0500 |
| commit | a3e18cd498e6a02dfd615da25e975f110e8cf365 (patch) | |
| tree | 63d4fabcda7d8d4ddfa1982cc406acf010cb1132 /Source/Core/DiscIO/FileHandlerARC.h | |
| parent | b8f469dedd155f6fd42239cdf22f239037da6fce (diff) | |
| parent | bd1ce18f9092f2929929513729e8abee8f60e4a5 (diff) | |
Merge pull request #171 from lioncash/rarc-cleanup
File tree building cleanup
Diffstat (limited to 'Source/Core/DiscIO/FileHandlerARC.h')
| -rw-r--r-- | Source/Core/DiscIO/FileHandlerARC.h | 4 |
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 |
