Formatting cleanup, modified a function to pass by const reference.

This commit is contained in:
wrenczes@gmail.com
2011-03-31 11:08:58 +00:00
parent 64d421b8b8
commit 8add655df7
2 changed files with 99 additions and 92 deletions

View File

@@ -129,7 +129,7 @@ private:
string mZipFileName;
char *mPassword;
bool mZipAvailable;
void preloadZip(string filename);
void preloadZip(const string& filename);
#if defined (WIN32) || defined (LINUX) || defined(IOS)
FILE *mFile;
#else