Skip to content

Commit e841f44

Browse files
committed
Update CCObject.h
1 parent e4a9134 commit e841f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/CCObject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class DummyScriptEngineProtocol : public cocos2d::CCScriptEngineProtocol {
3030
int executeEvent(int nHandler, const char* pEventName, cocos2d::CCObject* pEventSource = NULL, const char* pEventSourceClassName = NULL) { return -1; };
3131
int executeEventWithArgs(int nHandler, cocos2d::CCArray* pArgs) { return 0; }
3232
bool handleAssert(const char *msg) { return false; };
33-
bool parseConfig(ConfigType type, const std::string& str) { return false; };
33+
bool parseConfig(ConfigType type, const gd::string& str) { return false; };
3434
};
3535

3636
class $modify(MyCCScriptEngineManager, cocos2d::CCScriptEngineManager) {

0 commit comments

Comments
 (0)