We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a9134 commit e841f44Copy full SHA for e841f44
src/hooks/CCObject.h
@@ -30,7 +30,7 @@ class DummyScriptEngineProtocol : public cocos2d::CCScriptEngineProtocol {
30
int executeEvent(int nHandler, const char* pEventName, cocos2d::CCObject* pEventSource = NULL, const char* pEventSourceClassName = NULL) { return -1; };
31
int executeEventWithArgs(int nHandler, cocos2d::CCArray* pArgs) { return 0; }
32
bool handleAssert(const char *msg) { return false; };
33
- bool parseConfig(ConfigType type, const std::string& str) { return false; };
+ bool parseConfig(ConfigType type, const gd::string& str) { return false; };
34
};
35
36
class $modify(MyCCScriptEngineManager, cocos2d::CCScriptEngineManager) {
0 commit comments