mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Clean up FileHandlerARC.cpp/.h
- Removed parentheses from the returns. - Put the function declaration headers back on a single line. - Make FindFileInfo's parameter a const string reference.
This commit is contained in:
@ -49,6 +49,6 @@ class CARCFile
|
||||
|
||||
size_t BuildFilenames(const size_t _FirstIndex, const size_t _LastIndex, const char* _szDirectory, const char* _szNameTable);
|
||||
|
||||
const SFileInfo* FindFileInfo(std::string _rFullPath) const;
|
||||
const SFileInfo* FindFileInfo(const std::string& _rFullPath) const;
|
||||
};
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user