connectivity/source/drivers/postgresql/pq_connection.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 311a92f23b744c8dfd8fb45be13a8e355b3f7b75 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Sun Jan 4 14:21:13 2015 +0100 connectivity: fix gcc-4.8 build Change-Id: I2df7eb2af12f235cfa05bc75da32e8baf1455b5b diff --git a/connectivity/source/drivers/postgresql/pq_connection.hxx b/connectivity/source/drivers/postgresql/pq_connection.hxx index 3d3bb13..20526ce 100644 --- a/connectivity/source/drivers/postgresql/pq_connection.hxx +++ b/connectivity/source/drivers/postgresql/pq_connection.hxx @@ -158,7 +158,7 @@ typedef ::std::vector< OString > OStringVector; typedef std::unordered_map < - const sal_Int32, + sal_Int32, OUString, ::boost::hash< sal_Int32 >, ::std::equal_to< sal_Int32 > _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits