@@ -4,12 +4,12 @@ #import "PGResult.h" @interface PGConnection: OFObject { - PGconn *conn; - OFDictionary *parameters; + PGconn *_connnection; + OFDictionary *_parameters; } #ifdef OF_HAVE_PROPERTIES @property (copy) OFDictionary *parameters; #endif