mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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
|
@ -1,10 +1,10 @@
|
||||||
#include "AutoreleasePool.h"
|
#include "AutoreleasePool.h"
|
||||||
#include "Array+Private.h"
|
#include "Array+Private.h"
|
||||||
|
|
||||||
//@static AutoreleasePool sharedInstance;
|
#include "Array.h"
|
||||||
@static Array poolStack;
|
#include "Array+Private.h"
|
||||||
|
|
||||||
//@static Stack poolStack;
|
@static Array poolStack;
|
||||||
|
|
||||||
@implementation AutoreleasePool
|
@implementation AutoreleasePool
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue