mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
whitespace, clean up AutoreleasePool warnings
d'oh! How did I forget to include that header?
This commit is contained in:
parent
061f56ea2d
commit
7cb2ce3263
2 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@
|
|||
*/
|
||||
@interface AutoreleasePool: Object
|
||||
{
|
||||
Array array; ///< a list of objects awaiting release
|
||||
Array array; ///< a list of objects awaiting release
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#include "AutoreleasePool.h"
|
||||
#include "Array+Private.h"
|
||||
|
||||
//@static AutoreleasePool sharedInstance;
|
||||
@static Array poolStack;
|
||||
#include "Array.h"
|
||||
#include "Array+Private.h"
|
||||
|
||||
//@static Stack poolStack;
|
||||
@static Array poolStack;
|
||||
|
||||
@implementation AutoreleasePool
|
||||
|
||||
|
|
Loading…
Reference in a new issue