aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXPostgresError.h
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresError.h')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresError.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresError.h b/Frameworks/PostgresKit/Source/FLXPostgresError.h
index 58632f04..f3ee9c60 100644
--- a/Frameworks/PostgresKit/Source/FLXPostgresError.h
+++ b/Frameworks/PostgresKit/Source/FLXPostgresError.h
@@ -69,6 +69,6 @@
*/
@property (readonly) NSUInteger errorStatementPosition;
-- (id)initWithResult:(PGresult *)result;
+- (id)initWithResult:(const void *)result;
@end