mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Move declaration upwards to fix compile error
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29519 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
55d4f390aa
commit
adecb6d9fe
2 changed files with 5 additions and 1 deletions
|
@ -553,6 +553,7 @@ static NSOperationQueue *mainQueue = nil;
|
|||
waitUntilFinished: (BOOL)shouldWait
|
||||
{
|
||||
NSUInteger count;
|
||||
NSUInteger index;
|
||||
|
||||
if (ops == nil || NO == [ops isKindOfClass: [NSArray class]])
|
||||
{
|
||||
|
@ -565,7 +566,6 @@ static NSOperationQueue *mainQueue = nil;
|
|||
{
|
||||
BOOL invalidArg = NO;
|
||||
GS_BEGINITEMBUF(buf, count, id)
|
||||
NSUInteger index;
|
||||
NSUInteger toAdd = count;
|
||||
|
||||
[ops getObjects: buf];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue