aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit
diff options
context:
space:
mode:
Diffstat (limited to 'Frameworks/PostgresKit')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresResult.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresResult.h b/Frameworks/PostgresKit/Source/FLXPostgresResult.h
index e198cee5..0e941a7a 100644
--- a/Frameworks/PostgresKit/Source/FLXPostgresResult.h
+++ b/Frameworks/PostgresKit/Source/FLXPostgresResult.h
@@ -20,7 +20,6 @@
// License for the specific language governing permissions and limitations under
// the License.
-#import "libpq-fe.h"
#import "FLXConstants.h"
@class FLXPostgresConnection;
@@ -56,7 +55,7 @@
*/
@property (readonly) NSStringEncoding stringEncoding;
-- (id)initWithResult:(PGresult *)result connection:(FLXPostgresConnection *)connection;
+- (id)initWithResult:(void *)result connection:(FLXPostgresConnection *)connection;
- (unsigned int)numberOfFields;