mirror of https://github.com/axmolengine/axmol.git
fixed #2092: #define httpresponse_selector(_SELECTOR) (SEL_HttpResponse)(&_SELECTOR) --> #define httpresponse_selector(_SELECTOR) (cocos2d::extension::SEL_HttpResponse)(&_SELECTOR).
This commit is contained in:
parent
5254d3a702
commit
af655ce965
|
@ -33,7 +33,7 @@ NS_CC_EXT_BEGIN
|
|||
class CCHttpClient;
|
||||
class CCHttpResponse;
|
||||
typedef void (CCObject::*SEL_HttpResponse)(CCHttpClient* client, CCHttpResponse* response);
|
||||
#define httpresponse_selector(_SELECTOR) (SEL_HttpResponse)(&_SELECTOR)
|
||||
#define httpresponse_selector(_SELECTOR) (cocos2d::extension::SEL_HttpResponse)(&_SELECTOR)
|
||||
|
||||
/**
|
||||
@brief defines the object which users must packed for CCHttpClient::send(HttpRequest*) method.
|
||||
|
|
Loading…
Reference in New Issue