Merge pull request #3130 from dumganhar/develop

Minor fix of PR 3128.
This commit is contained in:
James Chen 2013-07-11 00:37:38 -07:00
commit f7b6e692ca
1 changed files with 1 additions and 1 deletions

View File

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