This commit is contained in:
Ming 2010-07-06 09:55:55 +00:00
parent 95699af69d
commit 6c2b2a940d
1 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,14 @@ THE SOFTWARE.
#include "NSObject.h" #include "NSObject.h"
#include <assert.h>
NSObject* CCCopying::copyWithZone(NSZone *pZone)
{
assert(0);
return NULL;
}
NSObject::NSObject(void) NSObject::NSObject(void)
{ {