restore original CCCopying as the parent class of CCObject

This commit is contained in:
dumganhar 2012-01-17 10:54:21 +08:00
parent aa4fae3980
commit cea250a962
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ THE SOFTWARE.
#include "ccMacros.h"
namespace cocos2d {
CCObject* CCObject::copyWithZone(CCZone *pZone)
CCObject* CCCopying::copyWithZone(CCZone *pZone)
{
CC_UNUSED_PARAM(pZone);
CCAssert(0, "not implement");