Browse Source

added a warning as a note to myself to make _pool a weak ivar.

ccgus 14 years ago
parent
commit
93d4536e5e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/FMDatabase.m

+ 2 - 0
src/FMDatabase.m

@@ -1,6 +1,8 @@
 #import "FMDatabase.h"
 #import "FMDatabase.h"
 #import "unistd.h"
 #import "unistd.h"
 
 
+#pragma message "FIXME: make _pool a weak ivar if possible."
+
 @interface FMDatabase ()
 @interface FMDatabase ()
 
 
 - (void)checkPoolPushBack;
 - (void)checkPoolPushBack;