最近怎么会报这种错误,是cocos2d库更改了吗?

Error 2 error C2064: term does not evaluate to a function taking 1 arguments (..\Classes\HelloWorldScene.cpp) d:\cocos2d\visual\vs2013\vc\include\functional 1149 1 futureworld

贴出对应行的代码,你的函数不能有1个参数,看下函数调用是不是有问题。