aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-09-10 10:23:44 +0000
committerstuconnolly <stuart02@gmail.com>2012-09-10 10:23:44 +0000
commit12ad4fae862bc157cd133b42ed8f204bc273058a (patch)
tree78a13025dc345f48c59a823cadaa05f84a08b1bd /Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h
parenteca60f20dcc8a90964999a4ed8b90cdb40965c08 (diff)
downloadsequelpro-12ad4fae862bc157cd133b42ed8f204bc273058a.tar.gz
sequelpro-12ad4fae862bc157cd133b42ed8f204bc273058a.tar.bz2
sequelpro-12ad4fae862bc157cd133b42ed8f204bc273058a.zip
Tidy up data types.
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresTypeHandlerProtocol.h2
1 files changed, 1 insertions, 1 deletions
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