Explorar el Código

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

ccgus hace 14 años
padre
commit
93d4536e5e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/FMDatabase.m

+ 2 - 0
src/FMDatabase.m

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