Index: pgconnection.h =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/src/interfaces/libpq++/pgconnection.h,v retrieving revision 1.12 diff -u -p -r1.12 pgconnection.h --- pgconnection.h 2001/07/11 22:12:43 1.12 +++ pgconnection.h 2001/08/16 18:58:16 @@ -84,7 +84,7 @@ public: protected: ConnStatusType Connect(const char* conninfo); void CloseConnection(); - static PGSTD string IntToString(int); + PGSTD string IntToString(int); // Default constructor is only available to subclasses PgConnection();