Minor fix of PR 3128.

This commit is contained in:
James Chen 2013-07-11 15:36:00 +08:00
parent 103b184be0
commit f414803e92
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public:
/** returns a copy of the object. /** returns a copy of the object.
@deprecated Use clone() instead @deprecated Use clone() instead
*/ */
CC_DEPRECATED_ATTRIBUTE void copy() const CC_DEPRECATED_ATTRIBUTE Object* copy() const
{ {
// use "clone" instead // use "clone" instead
CC_ASSERT(false); CC_ASSERT(false);