mirror of https://github.com/axmolengine/axmol.git
Minor fix of PR 3128.
This commit is contained in:
parent
103b184be0
commit
f414803e92
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue