issue #7, correct an error

This commit is contained in:
Walzer 2010-07-22 03:20:52 +00:00
parent 9934149257
commit e631a65d9f
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ CCTexture2D * CCTextureCache::addPVRTCImage(const char* fileimage)
NSAssert(fileimage != NULL, "TextureCache: fileimage MUST not be nill");
CCTexture2D * tex;
std:string key(fileimage);
std::string key(fileimage);
if( (tex = m_pTextures->objectForKey(key)) )
{
return tex;