remove initialization of withCredentialsValue = flase as iso c++ complains it.

This commit is contained in:
Carsten Sandtner 2013-05-14 15:50:56 +02:00
parent 6449d79d60
commit a7e0a83a2e
1 changed files with 7 additions and 7 deletions

View File

@ -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;