aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXPostgresKitPrivateAPI.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-09-09 00:51:43 +0000
committerstuconnolly <stuart02@gmail.com>2012-09-09 00:51:43 +0000
commit44ca403e94e748cbf1db6941aece22029c77c542 (patch)
tree6f6273a8ea5a335af89c34edc49012330d5ccd5e /Frameworks/PostgresKit/Source/FLXPostgresKitPrivateAPI.h
parente7a80d32707951967ba59c89e3f91d43573995b4 (diff)
downloadsequelpro-44ca403e94e748cbf1db6941aece22029c77c542.tar.gz
sequelpro-44ca403e94e748cbf1db6941aece22029c77c542.tar.bz2
sequelpro-44ca403e94e748cbf1db6941aece22029c77c542.zip
Rename some classes.
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresKitPrivateAPI.h')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresKitPrivateAPI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresKitPrivateAPI.h b/Frameworks/PostgresKit/Source/FLXPostgresKitPrivateAPI.h
index 174b8018..d78ac063 100644
--- a/Frameworks/PostgresKit/Source/FLXPostgresKitPrivateAPI.h
+++ b/Frameworks/PostgresKit/Source/FLXPostgresKitPrivateAPI.h
@@ -21,7 +21,7 @@
// the License.
#import "FLXPostgresConnection.h"
-#import "FLXTimeInterval.h"
+#import "FLXPostgresTimeInterval.h"
@interface FLXPostgresConnection ()
@@ -35,7 +35,7 @@
@end
-@interface FLXTimeInterval ()
+@interface FLXPostgresTimeInterval ()
- (id)initWithInterval:(const PGinterval *)interval;