whitespace, clean up AutoreleasePool warnings

d'oh! How did I forget to include that header?
This commit is contained in:
Jeff Teunissen 2010-12-16 06:23:52 -05:00
parent 061f56ea2d
commit 7cb2ce3263
2 changed files with 4 additions and 4 deletions

View File

@ -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