diff options
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresKitPrivateAPI.h')
-rw-r--r-- | Frameworks/PostgresKit/Source/FLXPostgresKitPrivateAPI.h | 4 |
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; |