Ken Collins
Committed by Ben Copsey

Use self in [ASINetworkQueue queue] method so subclassing can type correctly.

... ... @@ -42,7 +42,7 @@
+ (id)queue
{
return [[[ASINetworkQueue alloc] init] autorelease];
return [[[self alloc] init] autorelease];
}
- (void)dealloc
... ...