$OpenBSD: patch-src_providers_postgres_qgspostgresconnpool_h,v 1.1 2014/08/20 08:54:45 landry Exp $
http://hub.qgis.org/issues/10762
--- src/providers/postgres/qgspostgresconnpool.h.orig	Wed Jul  2 15:26:12 2014
+++ src/providers/postgres/qgspostgresconnpool.h	Wed Jul  2 15:29:30 2014
@@ -42,7 +42,7 @@ class QgsPostgresConnPoolGroup : public QObject, publi
     Q_OBJECT
 
   public:
-    QgsPostgresConnPoolGroup( QString name ) : QgsConnectionPoolGroup( name ) { initTimer( this ); }
+    QgsPostgresConnPoolGroup( QString name ) : QgsConnectionPoolGroup<QgsPostgresConn*>( name ) { initTimer( this ); }
 
   protected slots:
     void handleConnectionExpired() { onConnectionExpired(); }
