mirror of https://github.com/axmolengine/axmol.git
remove initialization of withCredentialsValue = flase as iso c++ complains it.
This commit is contained in:
parent
6449d79d60
commit
a7e0a83a2e
|
@ -70,7 +70,7 @@ class MinXmlHttpRequest : public cocos2d::CCLayer
|
||||||
cocos2d::extension::CCHttpRequest* cc_request;
|
cocos2d::extension::CCHttpRequest* cc_request;
|
||||||
|
|
||||||
bool isNetwork;
|
bool isNetwork;
|
||||||
bool withCredentialsValue = false;
|
bool withCredentialsValue;
|
||||||
map<string, string> http_header;
|
map<string, string> http_header;
|
||||||
map<string, string> request_header;
|
map<string, string> request_header;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue