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:
Lioncash
2014-03-14 21:27:28 -04:00
parent 63a09b76f9
commit f325fc9634
2 changed files with 24 additions and 32 deletions

View File

@ -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