报错:allocating an object of abstract class type
(2013-12-09 15:27:03)
标签:
cocos2dx报错it |
分类: C/C++/lua/shell |
C++ 在 cocos2d-x中,报错:allocating an object of abstract class type
"xxxx"
通常是该类,有未实现的虚函数,需要实现。