Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from asm89/patch-1
Browse files Browse the repository at this point in the history
Fix compilation on XCode 11
  • Loading branch information
marekcirkos authored Sep 30, 2019
2 parents 29f4de8 + 9644104 commit f1b73fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RouteResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@interface RouteResponse : NSObject

@property (nonatomic, assign, readonly) HTTPConnection *connection;
@property (nonatomic, weak, readonly) HTTPConnection *connection;
@property (nonatomic, readonly) NSDictionary *headers;
@property (nonatomic, strong) NSObject<HTTPResponse> *response;
@property (nonatomic, readonly) NSObject<HTTPResponse> *proxiedResponse;
Expand Down

0 comments on commit f1b73fc

Please sign in to comment.