mirror of https://github.com/axmolengine/axmol.git
restore original CCCopying as the parent class of CCObject
This commit is contained in:
parent
aa4fae3980
commit
cea250a962
|
@ -28,7 +28,7 @@ THE SOFTWARE.
|
||||||
#include "ccMacros.h"
|
#include "ccMacros.h"
|
||||||
namespace cocos2d {
|
namespace cocos2d {
|
||||||
|
|
||||||
CCObject* CCObject::copyWithZone(CCZone *pZone)
|
CCObject* CCCopying::copyWithZone(CCZone *pZone)
|
||||||
{
|
{
|
||||||
CC_UNUSED_PARAM(pZone);
|
CC_UNUSED_PARAM(pZone);
|
||||||
CCAssert(0, "not implement");
|
CCAssert(0, "not implement");
|
||||||
|
|
Loading…
Reference in New Issue