From 4004ca9491c5a4b49b97440aa36f6f1070488b0e Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 24 Sep 2012 11:36:57 +0000 Subject: Implement fast enumeration for PostgresKit's result class. Based on SPMySQL's implementation by Rowan. --- Frameworks/PostgresKit/Source/FLXPostgresResult.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Frameworks/PostgresKit/Source/FLXPostgresResult.h') diff --git a/Frameworks/PostgresKit/Source/FLXPostgresResult.h b/Frameworks/PostgresKit/Source/FLXPostgresResult.h index 168f8f15..6f10c3e5 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresResult.h +++ b/Frameworks/PostgresKit/Source/FLXPostgresResult.h @@ -30,7 +30,7 @@ typedef enum } FLXPostgresResultRowType; -@interface FLXPostgresResult : NSObject +@interface FLXPostgresResult : NSObject { void *_result; void **_typeHandlers; -- cgit v1.2.3