mirror of https://github.com/axmolengine/axmol.git
Merge pull request #9776 from samuele3hu/v3_4_bug
Fix compile iOS compile error on the Xcode 5.1.1
This commit is contained in:
commit
24daad384c
|
@ -256,7 +256,7 @@ static int processTask(HttpRequest *request, NSString* requestType, void *stream
|
||||||
NSString *domain = cookie.domain;
|
NSString *domain = cookie.domain;
|
||||||
//BOOL session = cookie.sessionOnly;
|
//BOOL session = cookie.sessionOnly;
|
||||||
NSString *path = cookie.path;
|
NSString *path = cookie.path;
|
||||||
BOOL secure = cookie.secure;
|
BOOL secure = cookie.isSecure;
|
||||||
NSDate *date = cookie.expiresDate;
|
NSDate *date = cookie.expiresDate;
|
||||||
NSString *name = cookie.name;
|
NSString *name = cookie.name;
|
||||||
NSString *value = cookie.value;
|
NSString *value = cookie.value;
|
||||||
|
|
Loading…
Reference in New Issue