From 12ad4fae862bc157cd133b42ed8f204bc273058a Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 10 Sep 2012 10:23:44 +0000 Subject: Tidy up data types. --- Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h') diff --git a/Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h b/Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h index 5c05af63..a0c04c26 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h +++ b/Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h @@ -57,6 +57,6 @@ * * @return An object represenation of the data. */ -- (id)objectFromResult:(const PGresult *)result atRow:(unsigned int)row column:(unsigned int)column; +- (id)objectFromResult:(const PGresult *)result atRow:(NSUInteger)row column:(NSUInteger)column; @end -- cgit v1.2.3