Skip to content

Commit 3fce6ef

Browse files
committed
Merge pull request robbiehanson#6 from pizthewiz/master
resolve build failure on bad type assignment, issue robbiehanson#124
2 parents 736c22c + 79b4173 commit 3fce6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RunLoop/AsyncUdpSocket.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ @interface AsyncReceivePacket : NSObject
165165
@public
166166
NSTimeInterval timeout;
167167
long tag;
168-
NSMutableData *buffer;
168+
NSData *buffer;
169169
NSString *host;
170170
UInt16 port;
171171
}

0 commit comments

Comments
 (0)