issue #466, Bin forget to modify CCFileUtils_ios.mm to fit the refactor, which cause compilation error.

This commit is contained in:
Walzer 2011-04-24 15:44:00 +08:00
parent f7b294fe24
commit 386005ef79
1 changed files with 1 additions and 1 deletions

View File

@ -316,7 +316,7 @@ namespace cocos2d {
} }
return pBuffer; return pBuffer;
} }
void CCFileUtils::setResource(const char* pszZipFileName, const char* pszResPath) void CCFileUtils::setResource(const char* pszZipFileName)
{ {
CCAssert(0, "Have not implement!"); CCAssert(0, "Have not implement!");
} }