Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Ken Collins
2009-07-18 12:11:08 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
Ben Copsey
2009-07-19 10:34:48 +0100
Commit
11d4847299a5aaf164b2f050f19a3968ad206755
11d48472
1 parent
61ef67df
Use self in [ASINetworkQueue queue] method so subclassing can type correctly.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Classes/ASINetworkQueue.m
Classes/ASINetworkQueue.m
View file @
11d4847
...
...
@@ -42,7 +42,7 @@
+
(
id
)
queue
{
return
[[[
ASINetworkQueue
alloc
]
init
]
autorelease
];
return
[[[
self
alloc
]
init
]
autorelease
];
}
-
(
void
)
dealloc
...
...
Please
register
or
login
to post a comment