Skip to content

Commit 4eda999

Browse files
committed
Fixed compiler warning synthesized property.
1 parent 5663da8 commit 4eda999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/OAuth2Client/NXOAuth2FileStreamWrapper.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ - (id)initWithStream:(NSInputStream *)aStream contentLength:(unsigned long long)
5959

6060
#pragma mark Accessors
6161

62-
@synthesize stream, contentLength, fileName;
62+
@synthesize stream, contentLength, fileName, contentType;
6363

6464

6565
@end

0 commit comments

Comments
 (0)