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

@ -22,7 +22,7 @@
*/ */
@interface AutoreleasePool: Object @interface AutoreleasePool: Object
{ {
Array array; ///< a list of objects awaiting release Array array; ///< a list of objects awaiting release
} }
/** /**

View File

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