Ken Collins
Committed by Ben Copsey

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

@@ -42,7 +42,7 @@ @@ -42,7 +42,7 @@
42 42
43 + (id)queue 43 + (id)queue
44 { 44 {
45 - return [[[ASINetworkQueue alloc] init] autorelease]; 45 + return [[[self alloc] init] autorelease];
46 } 46 }
47 47
48 - (void)dealloc 48 - (void)dealloc