diff options
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresConnection.h')
-rw-r--r-- | Frameworks/PostgresKit/Source/FLXPostgresConnection.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresConnection.h b/Frameworks/PostgresKit/Source/FLXPostgresConnection.h index 6b96d624..5ff6f06b 100644 --- a/Frameworks/PostgresKit/Source/FLXPostgresConnection.h +++ b/Frameworks/PostgresKit/Source/FLXPostgresConnection.h @@ -20,7 +20,6 @@ // License for the specific language governing permissions and limitations under // the License. -#import "FLXPostgresTypeHandlerProtocol.h" #import "FLXPostgresConnectionDelegate.h" @class FLXPostgresError; @@ -30,7 +29,7 @@ @interface FLXPostgresConnection : NSObject { - PGconn *_connection; + void *_connection; NSString *_host; NSString *_user; |